#FCF479

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

Shades of Witch Haze #FCF479

Tints of Witch Haze #FCF479

Color information

#FCF479 (or 0xFCF479) is unknown color: approx Witch Haze. HEX triplet: FC, F4 and 79. RGB value is (252,244,121). Sum of RGB (Red+Green+Blue) = 252+244+121=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 121 (47.66% from 255 or 19.61% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF479 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF479 is #030B86. Grayscale: #E8E8E8. Windows color (decimal): -199559 or 7992572. OLE color: 7992572.

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

Color convert

RGB252244121-
CMYK00.030.520.01
HSL56.34º95.62%73.14%-
HSV(B)56.34º51.98%98.82%-
XYZ75.9586.7830.84-
YUV232.3765.15142-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 121 (47.66% from 255) = 19.61%
R=40.84%
G=39.55%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224412100.030.520.0156.3495.6273.14
HexFCF47903341386049
Octal3743641710364170140111
Binary11111100111101001111001011110100111100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF479; }

 p { color: rgb(252,244,121); }

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

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

 a { background-color: rgb(252,244,121); }

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

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

 span { border-color: rgb(252,244,121); }

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