#FCF47D

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

Shades of Witch Haze #FCF47D

Tints of Witch Haze #FCF47D

Color information

#FCF47D (or 0xFCF47D) is unknown color: approx Witch Haze. HEX triplet: FC, F4 and 7D. RGB value is (252,244,125). Sum of RGB (Red+Green+Blue) = 252+244+125=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 125 (49.22% from 255 or 20.13% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF47D is #030B82. Grayscale: #E9E9E9. Windows color (decimal): -199555 or 8254716. OLE color: 8254716.

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

Color convert

RGB252244125-
CMYK00.030.500.01
HSL56.22º95.49%73.92%-
HSV(B)56.22º50.4%98.82%-
XYZ76.286.8832.16-
YUV232.8367.15141.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 125 (49.22% from 255) = 20.13%
R=40.58%
G=39.29%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224412500.030.500.0156.2295.4973.92
HexFCF47D03321385f4a
Octal3743641750362170137112
Binary11111100111101001111101011110010111100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF47D; }

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

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

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

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

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

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

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

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