#FCF976

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

Shades of Witch Haze #FCF976

Tints of Witch Haze #FCF976

Color information

#FCF976 (or 0xFCF976) is unknown color: approx Witch Haze. HEX triplet: FC, F9 and 76. RGB value is (252,249,118). Sum of RGB (Red+Green+Blue) = 252+249+118=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 118 (46.48% from 255 or 19.06% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF976 is #030689. Grayscale: #EBEBEB. Windows color (decimal): -198282 or 7797244. OLE color: 7797244.

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

Color convert

RGB252249118-
CMYK00.010.530.01
HSL58.66º95.71%72.55%-
HSV(B)58.66º53.17%98.82%-
XYZ77.2989.7530.39-
YUV234.9661.99140.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 118 (46.48% from 255) = 19.06%
R=40.71%
G=40.23%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224911800.010.530.0158.6695.7172.55
HexFCF976013513b6049
Octal3743711660165173140111
Binary1111110011111001111011001110101111101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF976; }

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

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

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

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

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

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

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

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