#FCF07E

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

Shades of Witch Haze #FCF07E

Tints of Witch Haze #FCF07E

Color information

#FCF07E (or 0xFCF07E) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 7E. RGB value is (252,240,126). Sum of RGB (Red+Green+Blue) = 252+240+126=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07E is #030F81. Grayscale: #E7E7E7. Windows color (decimal): -200578 or 8319228. OLE color: 8319228.

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

Color convert

RGB252240126-
CMYK00.050.50.01
HSL54.29º95.45%74.12%-
HSV(B)54.29º50%98.82%-
XYZ75.0784.5232.1-
YUV230.5968.98143.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 126 (49.61% from 255) = 20.39%
R=40.78%
G=38.83%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224012600.050.50.0154.2995.4574.12
HexFCF07E05321365f4a
Octal3743601760562166137112
Binary111111001111000011111100101110010111011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF07E; }

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

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

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

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

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

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

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

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