#FCF56E

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

Shades of Witch Haze #FCF56E

Tints of Witch Haze #FCF56E

Color information

#FCF56E (or 0xFCF56E) is unknown color: approx Witch Haze. HEX triplet: FC, F5 and 6E. RGB value is (252,245,110). Sum of RGB (Red+Green+Blue) = 252+245+110=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 110 (43.36% from 255 or 18.12% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF56E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF56E is #030A91. Grayscale: #E8E8E8. Windows color (decimal): -199314 or 7271932. OLE color: 7271932.

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

Color convert

RGB252245110-
CMYK00.030.560.01
HSL57.04º95.95%70.98%-
HSV(B)57.04º56.35%98.82%-
XYZ75.6187.1327.58-
YUV231.759.32142.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 110 (43.36% from 255) = 18.12%
R=41.52%
G=40.36%
B=18.12%

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
Decimal25224511000.030.560.0157.0495.9570.98
HexFCF56E03381396047
Octal3743651560370171140107
Binary11111100111101011101110011111000111100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF56E; }

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

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

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

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

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

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

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

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