Shades of Witch Haze #FCF069
Tints of Witch Haze #FCF069
RGB
CMYK
RGB Variations
Color information
#FCF069 (or 0xFCF069) is known color: Witch Haze. HEX triplet: FC, F0 and 69. RGB value is (252,240,105). Sum of RGB (Red+Green+Blue) = 252+240+105=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 105 (41.41% from 255 or 17.59% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF069 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF069 is #030F96. Grayscale: #E4E4E4. Windows color (decimal): -200599 or 6942972. OLE color: 6942972.
HSL color Cylindrical-coordinate representation of color #FCF069: hue angle of 55.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCF069 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 105 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.01 |
| HSL | 55.1º | 0.96% | 0.7% | - |
| HSV(B) | 55.1º | 0.58% | 0.99% | - |
| XYZ | 73.85 | 84.04 | 25.69 | - |
| YUV | 228.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 105 | 0 | 0.05 | 0.58 | 0.01 | 55.1 | 0.96 | 0.7 |
| Hex | FC | F0 | 69 | 0 | 5 | 3A | 1 | 37 | 60 | 46 |
| Octal | 374 | 360 | 151 | 0 | 5 | 72 | 1 | 67 | 140 | 106 |
| Binary | 11111100 | 11110000 | 1101001 | 0 | 101 | 111010 | 1 | 110111 | 1100000 | 1000110 |
Color Harmonies of #FCF069
Complementary color
Monochromatic Colors of #FCF069
Black with #FCF069
Text Example
Text Example
White with #FCF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF069; }
p { color: rgb(252,240,105); }
H1.HeaderClassName
{
color: #FCF069;
}
.AnyTagClassName
{
color: #FCF069;
}
</style>
background-color css
<style>
a { background-color: #FCF069; }
a { background-color: rgb(252,240,105); }
div.DivClassName
{
background-color: #FCF069;
}
.BgClassName
{
background-color: #FCF069;
}
</style>
border-color css
<style>
span { border-color: #FCF069; }
span { border-color: rgb(252,240,105); }
td.TdClassName
{
border-color: #FCF069;
}
.TagClassName
{
border-color: #FCF069;
}
</style>