#FCEA74

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

Shades of Witch Haze #FCEA74

Tints of Witch Haze #FCEA74

Color information

#FCEA74 (or 0xFCEA74) is unknown color: approx Witch Haze. HEX triplet: FC, EA and 74. RGB value is (252,234,116). Sum of RGB (Red+Green+Blue) = 252+234+116=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA74 is #03158B. Grayscale: #E2E2E2. Windows color (decimal): -202124 or 7662332. OLE color: 7662332.

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

Color convert

RGB252234116-
CMYK00.070.540.01
HSL52.06º95.77%72.16%-
HSV(B)52.06º53.97%98.82%-
XYZ72.7280.828.29-
YUV225.9365.96146.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 116 (45.70% from 255) = 19.27%
R=41.86%
G=38.87%
B=19.27%

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
Decimal25223411600.070.540.0152.0695.7772.16
HexFCEA7407361346048
Octal3743521640766164140110
Binary111111001110101011101000111110110111010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA74; }

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

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

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

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

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

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

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

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