Shades of Witch Haze #FCF280
Tints of Witch Haze #FCF280
RGB
CMYK
RGB Variations
Color information
#FCF280 (or 0xFCF280) is known color: Witch Haze. HEX triplet: FC, F2 and 80. RGB value is (252,242,128). Sum of RGB (Red+Green+Blue) = 252+242+128=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF280 is #030D7F. Grayscale: #E8E8E8. Windows color (decimal): -200064 or 8450812. OLE color: 8450812.
HSL color Cylindrical-coordinate representation of color #FCF280: hue angle of 55.16º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCF280 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 128 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.01 |
| HSL | 55.16º | 0.95% | 0.75% | - |
| HSV(B) | 55.16º | 0.49% | 0.99% | - |
| XYZ | 75.79 | 85.76 | 32.98 | - |
| YUV | 231.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 128 | 0 | 0.04 | 0.49 | 0.01 | 55.16 | 0.95 | 0.75 |
| Hex | FC | F2 | 80 | 0 | 4 | 31 | 1 | 37 | 5F | 4B |
| Octal | 374 | 362 | 200 | 0 | 4 | 61 | 1 | 67 | 137 | 113 |
| Binary | 11111100 | 11110010 | 10000000 | 0 | 100 | 110001 | 1 | 110111 | 1011111 | 1001011 |
Color Harmonies of #FCF280
Complementary color
Monochromatic Colors of #FCF280
Black with #FCF280
Text Example
Text Example
White with #FCF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF280; }
p { color: rgb(252,242,128); }
H1.HeaderClassName
{
color: #FCF280;
}
.AnyTagClassName
{
color: #FCF280;
}
</style>
background-color css
<style>
a { background-color: #FCF280; }
a { background-color: rgb(252,242,128); }
div.DivClassName
{
background-color: #FCF280;
}
.BgClassName
{
background-color: #FCF280;
}
</style>
border-color css
<style>
span { border-color: #FCF280; }
span { border-color: rgb(252,242,128); }
td.TdClassName
{
border-color: #FCF280;
}
.TagClassName
{
border-color: #FCF280;
}
</style>