#FDEA75

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

Shades of Witch Haze #FDEA75

Tints of Witch Haze #FDEA75

Color information

#FDEA75 (or 0xFDEA75) is unknown color: approx Witch Haze. HEX triplet: FD, EA and 75. RGB value is (253,234,117). Sum of RGB (Red+Green+Blue) = 253+234+117=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 117 (46.09% from 255 or 19.37% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA75 is #02158A. Grayscale: #E2E2E2. Windows color (decimal): -136587 or 7727869. OLE color: 7727869.

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

Color convert

RGB253234117-
CMYK00.080.540.01
HSL51.62º97.14%72.55%-
HSV(B)51.62º53.75%99.22%-
XYZ73.1481.0128.61-
YUV226.3466.29147.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 117 (46.09% from 255) = 19.37%
R=41.89%
G=38.74%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323411700.080.540.0151.6297.1472.55
HexFDEA7508361346149
Octal37535216501066164141111
Binary1111110111101010111010101000110110111010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA75; }

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

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

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

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

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

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

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

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