#FCF07D

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

Shades of Witch Haze #FCF07D

Tints of Witch Haze #FCF07D

Color information

#FCF07D (or 0xFCF07D) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 7D. RGB value is (252,240,125). Sum of RGB (Red+Green+Blue) = 252+240+125=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07D is #030F82. Grayscale: #E6E6E6. Windows color (decimal): -200579 or 8253692. OLE color: 8253692.

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

Color convert

RGB252240125-
CMYK00.050.500.01
HSL54.33º95.49%73.92%-
HSV(B)54.33º50.4%98.82%-
XYZ75.0184.531.76-
YUV230.4868.48143.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 125 (49.22% from 255) = 20.26%
R=40.84%
G=38.90%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224012500.050.500.0154.3395.4973.92
HexFCF07D05321365f4a
Octal3743601750562166137112
Binary111111001111000011111010101110010111011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF07D; }

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

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

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

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

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

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

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

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