Shades of Witch Haze #FDEF7E
Tints of Witch Haze #FDEF7E
RGB
CMYK
RGB Variations
Color information
#FDEF7E (or 0xFDEF7E) is known color: Witch Haze. HEX triplet: FD, EF and 7E. RGB value is (253,239,126). Sum of RGB (Red+Green+Blue) = 253+239+126=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF7E is #021081. Grayscale: #E6E6E6. Windows color (decimal): -135298 or 8318973. OLE color: 8318973.
HSL color Cylindrical-coordinate representation of color #FDEF7E: hue angle of 53.39º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDEF7E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 126 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.01 |
| HSL | 53.39º | 0.97% | 0.74% | - |
| HSV(B) | 53.39º | 0.5% | 0.99% | - |
| XYZ | 75.14 | 84.12 | 32.02 | - |
| YUV | 230.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 126 | 0 | 0.06 | 0.50 | 0.01 | 53.39 | 0.97 | 0.74 |
| Hex | FD | EF | 7E | 0 | 6 | 32 | 1 | 35 | 61 | 4A |
| Octal | 375 | 357 | 176 | 0 | 6 | 62 | 1 | 65 | 141 | 112 |
| Binary | 11111101 | 11101111 | 1111110 | 0 | 110 | 110010 | 1 | 110101 | 1100001 | 1001010 |
Color Harmonies of #FDEF7E
Complementary color
Monochromatic Colors of #FDEF7E
Black with #FDEF7E
Text Example
Text Example
White with #FDEF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF7E; }
p { color: rgb(253,239,126); }
H1.HeaderClassName
{
color: #FDEF7E;
}
.AnyTagClassName
{
color: #FDEF7E;
}
</style>
background-color css
<style>
a { background-color: #FDEF7E; }
a { background-color: rgb(253,239,126); }
div.DivClassName
{
background-color: #FDEF7E;
}
.BgClassName
{
background-color: #FDEF7E;
}
</style>
border-color css
<style>
span { border-color: #FDEF7E; }
span { border-color: rgb(253,239,126); }
td.TdClassName
{
border-color: #FDEF7E;
}
.TagClassName
{
border-color: #FDEF7E;
}
</style>