#FCF470

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

Shades of Witch Haze #FCF470

Tints of Witch Haze #FCF470

Color information

#FCF470 (or 0xFCF470) is unknown color: approx Witch Haze. HEX triplet: FC, F4 and 70. RGB value is (252,244,112). Sum of RGB (Red+Green+Blue) = 252+244+112=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 112 (44.14% from 255 or 18.42% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF470 is #030B8F. Grayscale: #E7E7E7. Windows color (decimal): -199568 or 7402748. OLE color: 7402748.

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

Color convert

RGB252244112-
CMYK00.030.560.01
HSL56.57º95.89%71.37%-
HSV(B)56.57º55.56%98.82%-
XYZ75.4286.5728.06-
YUV231.3460.65142.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 112 (44.14% from 255) = 18.42%
R=41.45%
G=40.13%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224411200.030.560.0156.5795.8971.37
HexFCF47003381396047
Octal3743641600370171140107
Binary11111100111101001110000011111000111100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF470; }

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

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

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

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

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

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

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

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