Shades of Witch Haze #FDFC7A
Tints of Witch Haze #FDFC7A
RGB
CMYK
RGB Variations
Color information
#FDFC7A (or 0xFDFC7A) is known color: Witch Haze. HEX triplet: FD, FC and 7A. RGB value is (253,252,122). Sum of RGB (Red+Green+Blue) = 253+252+122=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 122 (48.05% from 255 or 19.46% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC7A is #020385. Grayscale: #EDEDED. Windows color (decimal): -131974 or 8060157. OLE color: 8060157.
HSL color Cylindrical-coordinate representation of color #FDFC7A: hue angle of 59.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDFC7A is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 122 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.01 |
| HSL | 59.54º | 0.97% | 0.74% | - |
| HSV(B) | 59.54º | 0.52% | 0.99% | - |
| XYZ | 78.83 | 91.91 | 32 | - |
| YUV | 237.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 122 | 0 | 0.00 | 0.52 | 0.01 | 59.54 | 0.97 | 0.74 |
| Hex | FD | FC | 7A | 0 | 0 | 34 | 1 | 3C | 61 | 4A |
| Octal | 375 | 374 | 172 | 0 | 0 | 64 | 1 | 74 | 141 | 112 |
| Binary | 11111101 | 11111100 | 1111010 | 0 | 0 | 110100 | 1 | 111100 | 1100001 | 1001010 |
Color Harmonies of #FDFC7A
Complementary color
Monochromatic Colors of #FDFC7A
Black with #FDFC7A
Text Example
Text Example
White with #FDFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC7A; }
p { color: rgb(253,252,122); }
H1.HeaderClassName
{
color: #FDFC7A;
}
.AnyTagClassName
{
color: #FDFC7A;
}
</style>
background-color css
<style>
a { background-color: #FDFC7A; }
a { background-color: rgb(253,252,122); }
div.DivClassName
{
background-color: #FDFC7A;
}
.BgClassName
{
background-color: #FDFC7A;
}
</style>
border-color css
<style>
span { border-color: #FDFC7A; }
span { border-color: rgb(253,252,122); }
td.TdClassName
{
border-color: #FDFC7A;
}
.TagClassName
{
border-color: #FDFC7A;
}
</style>