#FCF576

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

Shades of Witch Haze #FCF576

Tints of Witch Haze #FCF576

Color information

#FCF576 (or 0xFCF576) is unknown color: approx Witch Haze. HEX triplet: FC, F5 and 76. RGB value is (252,245,118). Sum of RGB (Red+Green+Blue) = 252+245+118=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 118 (46.48% from 255 or 19.19% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF576 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF576 is #030A89. Grayscale: #E9E9E9. Windows color (decimal): -199306 or 7796220. OLE color: 7796220.

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

Color convert

RGB252245118-
CMYK00.030.530.01
HSL56.87º95.71%72.55%-
HSV(B)56.87º53.17%98.82%-
XYZ76.0787.3129.98-
YUV232.6263.32141.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 245 (96.09% from 255) = 39.84%
BLUE value IS 118 (46.48% from 255) = 19.19%
R=40.98%
G=39.84%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224511800.030.530.0156.8795.7172.55
HexFCF57603351396049
Octal3743651660365171140111
Binary11111100111101011110110011110101111100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF576; }

 p { color: rgb(252,245,118); }

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

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

 a { background-color: rgb(252,245,118); }

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

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

 span { border-color: rgb(252,245,118); }

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