Shades of Witch Haze #FCF168
Tints of Witch Haze #FCF168
RGB
CMYK
RGB Variations
Color information
#FCF168 (or 0xFCF168) is known color: Witch Haze. HEX triplet: FC, F1 and 68. RGB value is (252,241,104). Sum of RGB (Red+Green+Blue) = 252+241+104=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF168 is #030E97. Grayscale: #E5E5E5. Windows color (decimal): -200344 or 6877692. OLE color: 6877692.
HSL color Cylindrical-coordinate representation of color #FCF168: hue angle of 55.54º 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 #FCF168 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 104 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.01 |
| HSL | 55.54º | 0.96% | 0.7% | - |
| HSV(B) | 55.54º | 0.59% | 0.99% | - |
| XYZ | 74.1 | 84.61 | 25.52 | - |
| YUV | 228.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 104 | 0 | 0.04 | 0.59 | 0.01 | 55.54 | 0.96 | 0.7 |
| Hex | FC | F1 | 68 | 0 | 4 | 3B | 1 | 38 | 60 | 46 |
| Octal | 374 | 361 | 150 | 0 | 4 | 73 | 1 | 70 | 140 | 106 |
| Binary | 11111100 | 11110001 | 1101000 | 0 | 100 | 111011 | 1 | 111000 | 1100000 | 1000110 |
Color Harmonies of #FCF168
Complementary color
Monochromatic Colors of #FCF168
Black with #FCF168
Text Example
Text Example
White with #FCF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF168; }
p { color: rgb(252,241,104); }
H1.HeaderClassName
{
color: #FCF168;
}
.AnyTagClassName
{
color: #FCF168;
}
</style>
background-color css
<style>
a { background-color: #FCF168; }
a { background-color: rgb(252,241,104); }
div.DivClassName
{
background-color: #FCF168;
}
.BgClassName
{
background-color: #FCF168;
}
</style>
border-color css
<style>
span { border-color: #FCF168; }
span { border-color: rgb(252,241,104); }
td.TdClassName
{
border-color: #FCF168;
}
.TagClassName
{
border-color: #FCF168;
}
</style>