Shades of Witch Haze #FDF67D
Tints of Witch Haze #FDF67D
RGB
CMYK
RGB Variations
Color information
#FDF67D (or 0xFDF67D) is known color: Witch Haze. HEX triplet: FD, F6 and 7D. RGB value is (253,246,125). Sum of RGB (Red+Green+Blue) = 253+246+125=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF67D is #020982. Grayscale: #EAEAEA. Windows color (decimal): -133507 or 8255229. OLE color: 8255229.
HSL color Cylindrical-coordinate representation of color #FDF67D: hue angle of 56.72º 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 #FDF67D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 125 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.01 |
| HSL | 56.72º | 0.97% | 0.74% | - |
| HSV(B) | 56.72º | 0.51% | 0.99% | - |
| XYZ | 77.17 | 88.27 | 32.37 | - |
| YUV | 234.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 125 | 0 | 0.03 | 0.51 | 0.01 | 56.72 | 0.97 | 0.74 |
| Hex | FD | F6 | 7D | 0 | 3 | 33 | 1 | 39 | 61 | 4A |
| Octal | 375 | 366 | 175 | 0 | 3 | 63 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110110 | 1111101 | 0 | 11 | 110011 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF67D
Complementary color
Monochromatic Colors of #FDF67D
Black with #FDF67D
Text Example
Text Example
White with #FDF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF67D; }
p { color: rgb(253,246,125); }
H1.HeaderClassName
{
color: #FDF67D;
}
.AnyTagClassName
{
color: #FDF67D;
}
</style>
background-color css
<style>
a { background-color: #FDF67D; }
a { background-color: rgb(253,246,125); }
div.DivClassName
{
background-color: #FDF67D;
}
.BgClassName
{
background-color: #FDF67D;
}
</style>
border-color css
<style>
span { border-color: #FDF67D; }
span { border-color: rgb(253,246,125); }
td.TdClassName
{
border-color: #FDF67D;
}
.TagClassName
{
border-color: #FDF67D;
}
</style>