#FDF572

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

Shades of Witch Haze #FDF572

Tints of Witch Haze #FDF572

Color information

#FDF572 (or 0xFDF572) is unknown color: approx Witch Haze. HEX triplet: FD, F5 and 72. RGB value is (253,245,114). Sum of RGB (Red+Green+Blue) = 253+245+114=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF572 is #020A8D. Grayscale: #E8E8E8. Windows color (decimal): -133774 or 7534077. OLE color: 7534077.

HSL color Cylindrical-coordinate representation of color #FDF572: hue angle of 56.55º 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 #FDF572 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253245114-
CMYK00.030.550.01
HSL56.55º97.2%71.96%-
HSV(B)56.55º54.94%99.22%-
XYZ76.287.428.77-
YUV232.4661.15142.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 245 (96.09% from 255) = 40.03%
BLUE value IS 114 (44.92% from 255) = 18.63%
R=41.34%
G=40.03%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324511400.030.550.0156.5597.271.96
HexFDF57203371396148
Octal3753651620367171141110
Binary11111101111101011110010011110111111100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF572; }

 p { color: rgb(253,245,114); }

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

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

 a { background-color: rgb(253,245,114); }

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

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

 span { border-color: rgb(253,245,114); }

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