Shades of Witch Haze #FDF06F
Tints of Witch Haze #FDF06F
RGB
CMYK
RGB Variations
Color information
#FDF06F (or 0xFDF06F) is known color: Witch Haze. HEX triplet: FD, F0 and 6F. RGB value is (253,240,111). Sum of RGB (Red+Green+Blue) = 253+240+111=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 111 (43.75% from 255 or 18.38% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF06F is #020F90. Grayscale: #E5E5E5. Windows color (decimal): -135057 or 7336189. OLE color: 7336189.
HSL color Cylindrical-coordinate representation of color #FDF06F: hue angle of 54.51º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF06F is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 111 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.01 |
| HSL | 54.51º | 0.97% | 0.71% | - |
| HSV(B) | 54.51º | 0.56% | 0.99% | - |
| XYZ | 74.54 | 84.35 | 27.39 | - |
| YUV | 229.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 111 | 0 | 0.05 | 0.56 | 0.01 | 54.51 | 0.97 | 0.71 |
| Hex | FD | F0 | 6F | 0 | 5 | 38 | 1 | 37 | 61 | 47 |
| Octal | 375 | 360 | 157 | 0 | 5 | 70 | 1 | 67 | 141 | 107 |
| Binary | 11111101 | 11110000 | 1101111 | 0 | 101 | 111000 | 1 | 110111 | 1100001 | 1000111 |
Color Harmonies of #FDF06F
Complementary color
Monochromatic Colors of #FDF06F
Black with #FDF06F
Text Example
Text Example
White with #FDF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF06F; }
p { color: rgb(253,240,111); }
H1.HeaderClassName
{
color: #FDF06F;
}
.AnyTagClassName
{
color: #FDF06F;
}
</style>
background-color css
<style>
a { background-color: #FDF06F; }
a { background-color: rgb(253,240,111); }
div.DivClassName
{
background-color: #FDF06F;
}
.BgClassName
{
background-color: #FDF06F;
}
</style>
border-color css
<style>
span { border-color: #FDF06F; }
span { border-color: rgb(253,240,111); }
td.TdClassName
{
border-color: #FDF06F;
}
.TagClassName
{
border-color: #FDF06F;
}
</style>