Shades of Witch Haze #FFFC75
Tints of Witch Haze #FFFC75
RGB
CMYK
RGB Variations
Color information
#FFFC75 (or 0xFFFC75) is known color: Witch Haze. HEX triplet: FF, FC and 75. RGB value is (255,252,117). Sum of RGB (Red+Green+Blue) = 255+252+117=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 117 (46.09% from 255 or 18.75% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC75 is #00038A. Grayscale: #EEEEEE. Windows color (decimal): -907 or 7732479. OLE color: 7732479.
HSL color Cylindrical-coordinate representation of color #FFFC75: hue angle of 58.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFFC75 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 117 | - |
| CMYK | 0 | 0.01 | 0.54 | 0 |
| HSL | 58.7º | 1% | 0.73% | - |
| HSV(B) | 58.7º | 0.54% | 1% | - |
| XYZ | 79.26 | 92.17 | 30.44 | - |
| YUV | 237.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 117 | 0 | 0.01 | 0.54 | 0 | 58.7 | 1 | 0.73 |
| Hex | FF | FC | 75 | 0 | 1 | 36 | 0 | 3B | 64 | 49 |
| Octal | 377 | 374 | 165 | 0 | 1 | 66 | 0 | 73 | 144 | 111 |
| Binary | 11111111 | 11111100 | 1110101 | 0 | 1 | 110110 | 0 | 111011 | 1100100 | 1001001 |
Color Harmonies of #FFFC75
Complementary color
Monochromatic Colors of #FFFC75
Black with #FFFC75
Text Example
Text Example
White with #FFFC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC75; }
p { color: rgb(255,252,117); }
H1.HeaderClassName
{
color: #FFFC75;
}
.AnyTagClassName
{
color: #FFFC75;
}
</style>
background-color css
<style>
a { background-color: #FFFC75; }
a { background-color: rgb(255,252,117); }
div.DivClassName
{
background-color: #FFFC75;
}
.BgClassName
{
background-color: #FFFC75;
}
</style>
border-color css
<style>
span { border-color: #FFFC75; }
span { border-color: rgb(255,252,117); }
td.TdClassName
{
border-color: #FFFC75;
}
.TagClassName
{
border-color: #FFFC75;
}
</style>