#fdfb73

Color #FDFB73 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FDFB73

Tints of Witch Haze #FDFB73

Color information

#FDFB73 (or 0xFDFB73) is unknown color: approx Witch Haze. HEX triplet: FD, FB and 73. RGB value is (253,251,115). Sum of RGB (Red+Green+Blue) = 253+251+115=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 115 (45.31% from 255 or 18.58% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB73 is #02048C. Grayscale: #ECECEC. Windows color (decimal): -132237 or 7601149. OLE color: 7601149.

HSL color Cylindrical-coordinate representation of color #FDFB73: hue angle of 59.13º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDFB73 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253251115-
CMYK00.010.550.01
HSL59.13º97.18%72.16%-
HSV(B)59.13º54.55%99.22%-
XYZ78.191.1129.69-
YUV236.0959.66140.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 115 (45.31% from 255) = 18.58%
R=40.87%
G=40.55%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325111500.010.550.0159.1397.1872.16
HexFDFB73013713b6148
Octal3753731630167173141110
Binary1111110111111011111001101110111111101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdfb73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdfb73; }

 p { color: rgb(253,251,115); }

 H1.HeaderClassName
 {
   color: #fdfb73;
 }
 .AnyTagClassName
 {
   color: #fdfb73;
 }
</style>
background-color css

<style>
 a { background-color: #fdfb73; }

 a { background-color: rgb(253,251,115); }

 div.DivClassName
 {
   background-color: #fdfb73;
 }
 .BgClassName
 {
   background-color: #fdfb73;
 }
</style>
border-color css

<style>
 span { border-color: #fdfb73; }

 span { border-color: rgb(253,251,115); }

 td.TdClassName
 {
   border-color: #fdfb73;
 }
 .TagClassName
 {
   border-color: #fdfb73;
 }
</style>