#FDEA70

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

Shades of Witch Haze #FDEA70

Tints of Witch Haze #FDEA70

Color information

#FDEA70 (or 0xFDEA70) is unknown color: approx Witch Haze. HEX triplet: FD, EA and 70. RGB value is (253,234,112). Sum of RGB (Red+Green+Blue) = 253+234+112=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA70 is #02158F. Grayscale: #E2E2E2. Windows color (decimal): -136592 or 7400189. OLE color: 7400189.

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

Color convert

RGB253234112-
CMYK00.080.560.01
HSL51.91º97.24%71.57%-
HSV(B)51.91º55.73%99.22%-
XYZ72.8680.927.1-
YUV225.7763.79147.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 112 (44.14% from 255) = 18.70%
R=42.24%
G=39.07%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323411200.080.560.0151.9197.2471.57
HexFDEA7008381346148
Octal37535216001070164141110
Binary1111110111101010111000001000111000111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA70; }

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

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

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

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

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

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

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

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