Shades of Witch Haze #FDFC74
Tints of Witch Haze #FDFC74
RGB
CMYK
RGB Variations
Color information
#FDFC74 (or 0xFDFC74) is known color: Witch Haze. HEX triplet: FD, FC and 74. RGB value is (253,252,116). Sum of RGB (Red+Green+Blue) = 253+252+116=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 116 (45.70% from 255 or 18.68% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC74 is #02038B. Grayscale: #EDEDED. Windows color (decimal): -131980 or 7666941. OLE color: 7666941.
HSL color Cylindrical-coordinate representation of color #FDFC74: hue angle of 59.56º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDFC74 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 116 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.01 |
| HSL | 59.56º | 0.97% | 0.72% | - |
| HSV(B) | 59.56º | 0.54% | 0.99% | - |
| XYZ | 78.47 | 91.76 | 30.1 | - |
| YUV | 236.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 116 | 0 | 0.00 | 0.54 | 0.01 | 59.56 | 0.97 | 0.72 |
| Hex | FD | FC | 74 | 0 | 0 | 36 | 1 | 3C | 61 | 48 |
| Octal | 375 | 374 | 164 | 0 | 0 | 66 | 1 | 74 | 141 | 110 |
| Binary | 11111101 | 11111100 | 1110100 | 0 | 0 | 110110 | 1 | 111100 | 1100001 | 1001000 |
Color Harmonies of #FDFC74
Complementary color
Monochromatic Colors of #FDFC74
Black with #FDFC74
Text Example
Text Example
White with #FDFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC74; }
p { color: rgb(253,252,116); }
H1.HeaderClassName
{
color: #FDFC74;
}
.AnyTagClassName
{
color: #FDFC74;
}
</style>
background-color css
<style>
a { background-color: #FDFC74; }
a { background-color: rgb(253,252,116); }
div.DivClassName
{
background-color: #FDFC74;
}
.BgClassName
{
background-color: #FDFC74;
}
</style>
border-color css
<style>
span { border-color: #FDFC74; }
span { border-color: rgb(253,252,116); }
td.TdClassName
{
border-color: #FDFC74;
}
.TagClassName
{
border-color: #FDFC74;
}
</style>