Shades of Witch Haze #FCF082
Tints of Witch Haze #FCF082
RGB
CMYK
RGB Variations
Color information
#FCF082 (or 0xFCF082) is known color: Witch Haze. HEX triplet: FC, F0 and 82. RGB value is (252,240,130). Sum of RGB (Red+Green+Blue) = 252+240+130=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF082 is #030F7D. Grayscale: #E7E7E7. Windows color (decimal): -200574 or 8581372. OLE color: 8581372.
HSL color Cylindrical-coordinate representation of color #FCF082: hue angle of 54.1º 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 #FCF082 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 130 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.01 |
| HSL | 54.1º | 0.95% | 0.75% | - |
| HSV(B) | 54.1º | 0.48% | 0.99% | - |
| XYZ | 75.33 | 84.63 | 33.48 | - |
| YUV | 231.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 130 | 0 | 0.05 | 0.48 | 0.01 | 54.1 | 0.95 | 0.75 |
| Hex | FC | F0 | 82 | 0 | 5 | 30 | 1 | 36 | 5F | 4B |
| Octal | 374 | 360 | 202 | 0 | 5 | 60 | 1 | 66 | 137 | 113 |
| Binary | 11111100 | 11110000 | 10000010 | 0 | 101 | 110000 | 1 | 110110 | 1011111 | 1001011 |
Color Harmonies of #FCF082
Complementary color
Monochromatic Colors of #FCF082
Black with #FCF082
Text Example
Text Example
White with #FCF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF082; }
p { color: rgb(252,240,130); }
H1.HeaderClassName
{
color: #FCF082;
}
.AnyTagClassName
{
color: #FCF082;
}
</style>
background-color css
<style>
a { background-color: #FCF082; }
a { background-color: rgb(252,240,130); }
div.DivClassName
{
background-color: #FCF082;
}
.BgClassName
{
background-color: #FCF082;
}
</style>
border-color css
<style>
span { border-color: #FCF082; }
span { border-color: rgb(252,240,130); }
td.TdClassName
{
border-color: #FCF082;
}
.TagClassName
{
border-color: #FCF082;
}
</style>