Shades of Witch Haze #FDEF7A
Tints of Witch Haze #FDEF7A
RGB
CMYK
RGB Variations
Color information
#FDEF7A (or 0xFDEF7A) is known color: Witch Haze. HEX triplet: FD, EF and 7A. RGB value is (253,239,122). Sum of RGB (Red+Green+Blue) = 253+239+122=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF7A is #021085. Grayscale: #E6E6E6. Windows color (decimal): -135302 or 8056829. OLE color: 8056829.
HSL color Cylindrical-coordinate representation of color #FDEF7A: hue angle of 53.59º 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 #FDEF7A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 122 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.01 |
| HSL | 53.59º | 0.97% | 0.74% | - |
| HSV(B) | 53.59º | 0.52% | 0.99% | - |
| XYZ | 74.89 | 84.02 | 30.68 | - |
| YUV | 229.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 122 | 0 | 0.06 | 0.52 | 0.01 | 53.59 | 0.97 | 0.74 |
| Hex | FD | EF | 7A | 0 | 6 | 34 | 1 | 36 | 61 | 4A |
| Octal | 375 | 357 | 172 | 0 | 6 | 64 | 1 | 66 | 141 | 112 |
| Binary | 11111101 | 11101111 | 1111010 | 0 | 110 | 110100 | 1 | 110110 | 1100001 | 1001010 |
Color Harmonies of #FDEF7A
Complementary color
Monochromatic Colors of #FDEF7A
Black with #FDEF7A
Text Example
Text Example
White with #FDEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF7A; }
p { color: rgb(253,239,122); }
H1.HeaderClassName
{
color: #FDEF7A;
}
.AnyTagClassName
{
color: #FDEF7A;
}
</style>
background-color css
<style>
a { background-color: #FDEF7A; }
a { background-color: rgb(253,239,122); }
div.DivClassName
{
background-color: #FDEF7A;
}
.BgClassName
{
background-color: #FDEF7A;
}
</style>
border-color css
<style>
span { border-color: #FDEF7A; }
span { border-color: rgb(253,239,122); }
td.TdClassName
{
border-color: #FDEF7A;
}
.TagClassName
{
border-color: #FDEF7A;
}
</style>