#FDEB72

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

Shades of Witch Haze #FDEB72

Tints of Witch Haze #FDEB72

Color information

#FDEB72 (or 0xFDEB72) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 72. RGB value is (253,235,114). Sum of RGB (Red+Green+Blue) = 253+235+114=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 114 (44.92% from 255 or 18.94% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB72 is #02148D. Grayscale: #E3E3E3. Windows color (decimal): -136334 or 7531517. OLE color: 7531517.

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

Color convert

RGB253235114-
CMYK00.070.550.01
HSL52.23º97.2%71.96%-
HSV(B)52.23º54.94%99.22%-
XYZ73.2581.5127.79-
YUV226.5964.46146.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 114 (44.92% from 255) = 18.94%
R=42.03%
G=39.04%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323511400.070.550.0152.2397.271.96
HexFDEB7207371346148
Octal3753531620767164141110
Binary111111011110101111100100111110111111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB72; }

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

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

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

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

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

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

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

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