#FCF36C

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

Shades of Witch Haze #FCF36C

Tints of Witch Haze #FCF36C

Color information

#FCF36C (or 0xFCF36C) is unknown color: approx Witch Haze. HEX triplet: FC, F3 and 6C. RGB value is (252,243,108). Sum of RGB (Red+Green+Blue) = 252+243+108=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 108 (42.58% from 255 or 17.91% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF36C is #030C93. Grayscale: #E6E6E6. Windows color (decimal): -199828 or 7140348. OLE color: 7140348.

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

Color convert

RGB252243108-
CMYK00.040.570.01
HSL56.25º96%70.59%-
HSV(B)56.25º57.14%98.82%-
XYZ74.985.8826.82-
YUV230.358.98143.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 108 (42.58% from 255) = 17.91%
R=41.79%
G=40.30%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224310800.040.570.0156.259670.59
HexFCF36C04391386047
Octal3743631540471170140107
Binary111111001111001111011000100111001111100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF36C; }

 p { color: rgb(252,243,108); }

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

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

 a { background-color: rgb(252,243,108); }

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

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

 span { border-color: rgb(252,243,108); }

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