#FCF16B

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

Shades of Witch Haze #FCF16B

Tints of Witch Haze #FCF16B

Color information

#FCF16B (or 0xFCF16B) is unknown color: approx Witch Haze. HEX triplet: FC, F1 and 6B. RGB value is (252,241,107). Sum of RGB (Red+Green+Blue) = 252+241+107=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 107 (42.19% from 255 or 17.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16B is #030E94. Grayscale: #E5E5E5. Windows color (decimal): -200341 or 7074300. OLE color: 7074300.

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

Color convert

RGB252241107-
CMYK00.040.580.01
HSL55.45º96.03%70.39%-
HSV(B)55.45º57.54%98.82%-
XYZ74.2584.6726.34-
YUV229.0159.14144.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 107 (42.19% from 255) = 17.83%
R=42%
G=40.17%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224110700.040.580.0155.4596.0370.39
HexFCF16B043A1376046
Octal3743611530472167140106
Binary111111001111000111010110100111010111011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF16B; }

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

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

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

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

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

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

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

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