#FDEA72

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

Shades of Witch Haze #FDEA72

Tints of Witch Haze #FDEA72

Color information

#FDEA72 (or 0xFDEA72) is unknown color: approx Witch Haze. HEX triplet: FD, EA and 72. RGB value is (253,234,114). Sum of RGB (Red+Green+Blue) = 253+234+114=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 114 (44.92% from 255 or 18.97% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA72 is #02158D. Grayscale: #E2E2E2. Windows color (decimal): -136590 or 7531261. OLE color: 7531261.

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

Color convert

RGB253234114-
CMYK00.080.550.01
HSL51.8º97.2%71.96%-
HSV(B)51.8º54.94%99.22%-
XYZ72.9780.9427.7-
YUV22664.79147.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 114 (44.92% from 255) = 18.97%
R=42.10%
G=38.94%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323411400.080.550.0151.897.271.96
HexFDEA7208371346148
Octal37535216201067164141110
Binary1111110111101010111001001000110111111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA72; }

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

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

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

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

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

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

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

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