#FCF16C

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

Shades of Witch Haze #FCF16C

Tints of Witch Haze #FCF16C

Color information

#FCF16C (or 0xFCF16C) is unknown color: approx Witch Haze. HEX triplet: FC, F1 and 6C. RGB value is (252,241,108). Sum of RGB (Red+Green+Blue) = 252+241+108=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 108 (42.58% from 255 or 17.97% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16C is #030E93. Grayscale: #E5E5E5. Windows color (decimal): -200340 or 7139836. OLE color: 7139836.

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

Color convert

RGB252241108-
CMYK00.040.570.01
HSL55.42º96%70.59%-
HSV(B)55.42º57.14%98.82%-
XYZ74.3184.6926.62-
YUV229.1359.64144.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 108 (42.58% from 255) = 17.97%
R=41.93%
G=40.10%
B=17.97%

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
Decimal25224110800.040.570.0155.429670.59
HexFCF16C04391376047
Octal3743611540471167140107
Binary111111001111000111011000100111001111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF16C; }

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

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

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

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

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

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

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

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