Shades of Witch Haze #FCF281
Tints of Witch Haze #FCF281
RGB
CMYK
RGB Variations
Color information
#FCF281 (or 0xFCF281) is known color: Witch Haze. HEX triplet: FC, F2 and 81. RGB value is (252,242,129). Sum of RGB (Red+Green+Blue) = 252+242+129=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 129 (50.78% from 255 or 20.71% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF281 is #030D7E. Grayscale: #E8E8E8. Windows color (decimal): -200063 or 8516348. OLE color: 8516348.
HSL color Cylindrical-coordinate representation of color #FCF281: hue angle of 55.12º 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 #FCF281 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 129 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.01 |
| HSL | 55.12º | 0.95% | 0.75% | - |
| HSV(B) | 55.12º | 0.49% | 0.99% | - |
| XYZ | 75.86 | 85.78 | 33.33 | - |
| YUV | 232.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 129 | 0 | 0.04 | 0.49 | 0.01 | 55.12 | 0.95 | 0.75 |
| Hex | FC | F2 | 81 | 0 | 4 | 31 | 1 | 37 | 5F | 4B |
| Octal | 374 | 362 | 201 | 0 | 4 | 61 | 1 | 67 | 137 | 113 |
| Binary | 11111100 | 11110010 | 10000001 | 0 | 100 | 110001 | 1 | 110111 | 1011111 | 1001011 |
Color Harmonies of #FCF281
Complementary color
Monochromatic Colors of #FCF281
Black with #FCF281
Text Example
Text Example
White with #FCF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF281; }
p { color: rgb(252,242,129); }
H1.HeaderClassName
{
color: #FCF281;
}
.AnyTagClassName
{
color: #FCF281;
}
</style>
background-color css
<style>
a { background-color: #FCF281; }
a { background-color: rgb(252,242,129); }
div.DivClassName
{
background-color: #FCF281;
}
.BgClassName
{
background-color: #FCF281;
}
</style>
border-color css
<style>
span { border-color: #FCF281; }
span { border-color: rgb(252,242,129); }
td.TdClassName
{
border-color: #FCF281;
}
.TagClassName
{
border-color: #FCF281;
}
</style>