#FCF86F

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

Shades of Witch Haze #FCF86F

Tints of Witch Haze #FCF86F

Color information

#FCF86F (or 0xFCF86F) is unknown color: approx Witch Haze. HEX triplet: FC, F8 and 6F. RGB value is (252,248,111). Sum of RGB (Red+Green+Blue) = 252+248+111=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 111 (43.75% from 255 or 18.17% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF86F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF86F is #030790. Grayscale: #EAEAEA. Windows color (decimal): -198545 or 7338236. OLE color: 7338236.

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

Color convert

RGB252248111-
CMYK00.020.560.01
HSL58.3º95.92%71.18%-
HSV(B)58.3º55.95%98.82%-
XYZ76.5888.9828.18-
YUV233.5858.83141.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 111 (43.75% from 255) = 18.17%
R=41.24%
G=40.59%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224811100.020.560.0158.395.9271.18
HexFCF86F023813a6047
Octal3743701570270172140107
Binary11111100111110001101111010111000111101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF86F; }

 p { color: rgb(252,248,111); }

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

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

 a { background-color: rgb(252,248,111); }

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

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

 span { border-color: rgb(252,248,111); }

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