Shades of Witch Haze #FCF268
Tints of Witch Haze #FCF268
RGB
CMYK
RGB Variations
Color information
#FCF268 (or 0xFCF268) is known color: Witch Haze. HEX triplet: FC, F2 and 68. RGB value is (252,242,104). Sum of RGB (Red+Green+Blue) = 252+242+104=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 104 (41.02% from 255 or 17.39% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF268 is #030D97. Grayscale: #E5E5E5. Windows color (decimal): -200088 or 6877948. OLE color: 6877948.
HSL color Cylindrical-coordinate representation of color #FCF268: hue angle of 55.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCF268 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 104 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.01 |
| HSL | 55.95º | 0.96% | 0.7% | - |
| HSV(B) | 55.95º | 0.59% | 0.99% | - |
| XYZ | 74.4 | 85.2 | 25.62 | - |
| YUV | 229.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 104 | 0 | 0.04 | 0.59 | 0.01 | 55.95 | 0.96 | 0.7 |
| Hex | FC | F2 | 68 | 0 | 4 | 3B | 1 | 38 | 60 | 46 |
| Octal | 374 | 362 | 150 | 0 | 4 | 73 | 1 | 70 | 140 | 106 |
| Binary | 11111100 | 11110010 | 1101000 | 0 | 100 | 111011 | 1 | 111000 | 1100000 | 1000110 |
Color Harmonies of #FCF268
Complementary color
Monochromatic Colors of #FCF268
Black with #FCF268
Text Example
Text Example
White with #FCF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF268; }
p { color: rgb(252,242,104); }
H1.HeaderClassName
{
color: #FCF268;
}
.AnyTagClassName
{
color: #FCF268;
}
</style>
background-color css
<style>
a { background-color: #FCF268; }
a { background-color: rgb(252,242,104); }
div.DivClassName
{
background-color: #FCF268;
}
.BgClassName
{
background-color: #FCF268;
}
</style>
border-color css
<style>
span { border-color: #FCF268; }
span { border-color: rgb(252,242,104); }
td.TdClassName
{
border-color: #FCF268;
}
.TagClassName
{
border-color: #FCF268;
}
</style>