Shades of Witch Haze #FDF67E
Tints of Witch Haze #FDF67E
RGB
CMYK
RGB Variations
Color information
#FDF67E (or 0xFDF67E) is known color: Witch Haze. HEX triplet: FD, F6 and 7E. RGB value is (253,246,126). Sum of RGB (Red+Green+Blue) = 253+246+126=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 126 (49.61% from 255 or 20.16% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF67E is #020981. Grayscale: #EAEAEA. Windows color (decimal): -133506 or 8320765. OLE color: 8320765.
HSL color Cylindrical-coordinate representation of color #FDF67E: hue angle of 56.69º 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 #FDF67E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 126 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.01 |
| HSL | 56.69º | 0.97% | 0.74% | - |
| HSV(B) | 56.69º | 0.5% | 0.99% | - |
| XYZ | 77.23 | 88.3 | 32.71 | - |
| YUV | 234.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 126 | 0 | 0.03 | 0.50 | 0.01 | 56.69 | 0.97 | 0.74 |
| Hex | FD | F6 | 7E | 0 | 3 | 32 | 1 | 39 | 61 | 4A |
| Octal | 375 | 366 | 176 | 0 | 3 | 62 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110110 | 1111110 | 0 | 11 | 110010 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF67E
Complementary color
Monochromatic Colors of #FDF67E
Black with #FDF67E
Text Example
Text Example
White with #FDF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF67E; }
p { color: rgb(253,246,126); }
H1.HeaderClassName
{
color: #FDF67E;
}
.AnyTagClassName
{
color: #FDF67E;
}
</style>
background-color css
<style>
a { background-color: #FDF67E; }
a { background-color: rgb(253,246,126); }
div.DivClassName
{
background-color: #FDF67E;
}
.BgClassName
{
background-color: #FDF67E;
}
</style>
border-color css
<style>
span { border-color: #FDF67E; }
span { border-color: rgb(253,246,126); }
td.TdClassName
{
border-color: #FDF67E;
}
.TagClassName
{
border-color: #FDF67E;
}
</style>