Shades of Witch Haze #FCF26D
Tints of Witch Haze #FCF26D
RGB
CMYK
RGB Variations
Color information
#FCF26D (or 0xFCF26D) is known color: Witch Haze. HEX triplet: FC, F2 and 6D. RGB value is (252,242,109). Sum of RGB (Red+Green+Blue) = 252+242+109=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF26D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF26D is #030D92. Grayscale: #E6E6E6. Windows color (decimal): -200083 or 7205628. OLE color: 7205628.
HSL color Cylindrical-coordinate representation of color #FCF26D: hue angle of 55.8º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCF26D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 109 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.01 |
| HSL | 55.8º | 0.96% | 0.71% | - |
| HSV(B) | 55.8º | 0.57% | 0.99% | - |
| XYZ | 74.66 | 85.3 | 27 | - |
| YUV | 229.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 109 | 0 | 0.04 | 0.57 | 0.01 | 55.8 | 0.96 | 0.71 |
| Hex | FC | F2 | 6D | 0 | 4 | 39 | 1 | 38 | 60 | 47 |
| Octal | 374 | 362 | 155 | 0 | 4 | 71 | 1 | 70 | 140 | 107 |
| Binary | 11111100 | 11110010 | 1101101 | 0 | 100 | 111001 | 1 | 111000 | 1100000 | 1000111 |
Color Harmonies of #FCF26D
Complementary color
Monochromatic Colors of #FCF26D
Black with #FCF26D
Text Example
Text Example
White with #FCF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF26D; }
p { color: rgb(252,242,109); }
H1.HeaderClassName
{
color: #FCF26D;
}
.AnyTagClassName
{
color: #FCF26D;
}
</style>
background-color css
<style>
a { background-color: #FCF26D; }
a { background-color: rgb(252,242,109); }
div.DivClassName
{
background-color: #FCF26D;
}
.BgClassName
{
background-color: #FCF26D;
}
</style>
border-color css
<style>
span { border-color: #FCF26D; }
span { border-color: rgb(252,242,109); }
td.TdClassName
{
border-color: #FCF26D;
}
.TagClassName
{
border-color: #FCF26D;
}
</style>