#FCF184

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

Shades of Witch Haze #FCF184

Tints of Witch Haze #FCF184

Color information

#FCF184 (or 0xFCF184) is unknown color: approx Witch Haze. HEX triplet: FC, F1 and 84. RGB value is (252,241,132). Sum of RGB (Red+Green+Blue) = 252+241+132=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 132 (51.95% from 255 or 21.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF184 is #030E7B. Grayscale: #E8E8E8. Windows color (decimal): -200316 or 8712700. OLE color: 8712700.

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

Color convert

RGB252241132-
CMYK00.040.480.01
HSL54.5º95.24%75.29%-
HSV(B)54.5º47.62%98.82%-
XYZ75.7785.2734.3-
YUV231.8671.64142.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 132 (51.95% from 255) = 21.12%
R=40.32%
G=38.56%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224113200.040.480.0154.595.2475.29
HexFCF18404301365f4b
Octal3743612040460166137113
Binary1111110011110001100001000100110000111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF184; }

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

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

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

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

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

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

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

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