Shades of Witch Haze #FDEF7C
Tints of Witch Haze #FDEF7C
RGB
CMYK
RGB Variations
Color information
#FDEF7C (or 0xFDEF7C) is known color: Witch Haze. HEX triplet: FD, EF and 7C. RGB value is (253,239,124). Sum of RGB (Red+Green+Blue) = 253+239+124=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF7C is #021083. Grayscale: #E6E6E6. Windows color (decimal): -135300 or 8187901. OLE color: 8187901.
HSL color Cylindrical-coordinate representation of color #FDEF7C: hue angle of 53.49º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDEF7C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 124 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.01 |
| HSL | 53.49º | 0.97% | 0.74% | - |
| HSV(B) | 53.49º | 0.51% | 0.99% | - |
| XYZ | 75.01 | 84.07 | 31.34 | - |
| YUV | 230.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 124 | 0 | 0.06 | 0.51 | 0.01 | 53.49 | 0.97 | 0.74 |
| Hex | FD | EF | 7C | 0 | 6 | 33 | 1 | 35 | 61 | 4A |
| Octal | 375 | 357 | 174 | 0 | 6 | 63 | 1 | 65 | 141 | 112 |
| Binary | 11111101 | 11101111 | 1111100 | 0 | 110 | 110011 | 1 | 110101 | 1100001 | 1001010 |
Color Harmonies of #FDEF7C
Complementary color
Monochromatic Colors of #FDEF7C
Black with #FDEF7C
Text Example
Text Example
White with #FDEF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF7C; }
p { color: rgb(253,239,124); }
H1.HeaderClassName
{
color: #FDEF7C;
}
.AnyTagClassName
{
color: #FDEF7C;
}
</style>
background-color css
<style>
a { background-color: #FDEF7C; }
a { background-color: rgb(253,239,124); }
div.DivClassName
{
background-color: #FDEF7C;
}
.BgClassName
{
background-color: #FDEF7C;
}
</style>
border-color css
<style>
span { border-color: #FDEF7C; }
span { border-color: rgb(253,239,124); }
td.TdClassName
{
border-color: #FDEF7C;
}
.TagClassName
{
border-color: #FDEF7C;
}
</style>