#FDF872

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

Shades of Witch Haze #FDF872

Tints of Witch Haze #FDF872

Color information

#FDF872 (or 0xFDF872) is unknown color: approx Witch Haze. HEX triplet: FD, F8 and 72. RGB value is (253,248,114). Sum of RGB (Red+Green+Blue) = 253+248+114=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF872 is #02078D. Grayscale: #EAEAEA. Windows color (decimal): -133006 or 7534845. OLE color: 7534845.

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

Color convert

RGB253248114-
CMYK00.020.550.01
HSL57.84º97.2%71.96%-
HSV(B)57.84º54.94%99.22%-
XYZ77.1189.2329.08-
YUV234.2260.16141.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 114 (44.92% from 255) = 18.54%
R=41.14%
G=40.33%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324811400.020.550.0157.8497.271.96
HexFDF872023713a6148
Octal3753701620267172141110
Binary11111101111110001110010010110111111101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF872; }

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

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

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

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

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

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

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

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