#FCEA75

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

Shades of Witch Haze #FCEA75

Tints of Witch Haze #FCEA75

Color information

#FCEA75 (or 0xFCEA75) is unknown color: approx Witch Haze. HEX triplet: FC, EA and 75. RGB value is (252,234,117). Sum of RGB (Red+Green+Blue) = 252+234+117=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA75 is #03158A. Grayscale: #E2E2E2. Windows color (decimal): -202123 or 7727868. OLE color: 7727868.

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

Color convert

RGB252234117-
CMYK00.070.540.01
HSL52º95.74%72.35%-
HSV(B)52º53.57%98.82%-
XYZ72.7880.8328.59-
YUV226.0466.46146.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 117 (46.09% from 255) = 19.40%
R=41.79%
G=38.81%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223411700.070.540.015295.7472.35
HexFCEA7507361346048
Octal3743521650766164140110
Binary111111001110101011101010111110110111010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA75; }

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

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

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

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

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

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

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

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