#FCF06E

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

Shades of Witch Haze #FCF06E

Tints of Witch Haze #FCF06E

Color information

#FCF06E (or 0xFCF06E) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 6E. RGB value is (252,240,110). Sum of RGB (Red+Green+Blue) = 252+240+110=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF06E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF06E is #030F91. Grayscale: #E5E5E5. Windows color (decimal): -200594 or 7270652. OLE color: 7270652.

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

Color convert

RGB252240110-
CMYK00.050.560.01
HSL54.93º95.95%70.98%-
HSV(B)54.93º56.35%98.82%-
XYZ74.1284.1427.09-
YUV228.7760.98144.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 110 (43.36% from 255) = 18.27%
R=41.86%
G=39.87%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224011000.050.560.0154.9395.9570.98
HexFCF06E05381376047
Octal3743601560570167140107
Binary111111001111000011011100101111000111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF06E; }

 p { color: rgb(252,240,110); }

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

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

 a { background-color: rgb(252,240,110); }

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

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

 span { border-color: rgb(252,240,110); }

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