Shades of Witch Haze #FDF17F
Tints of Witch Haze #FDF17F
RGB
CMYK
RGB Variations
Color information
#FDF17F (or 0xFDF17F) is known color: Witch Haze. HEX triplet: FD, F1 and 7F. RGB value is (253,241,127). Sum of RGB (Red+Green+Blue) = 253+241+127=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 127 (50% from 255 or 20.45% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF17F is #020E80. Grayscale: #E8E8E8. Windows color (decimal): -134785 or 8385021. OLE color: 8385021.
HSL color Cylindrical-coordinate representation of color #FDF17F: hue angle of 54.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDF17F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 127 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.01 |
| HSL | 54.29º | 0.97% | 0.75% | - |
| HSV(B) | 54.29º | 0.5% | 0.99% | - |
| XYZ | 75.79 | 85.33 | 32.55 | - |
| YUV | 231.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 127 | 0 | 0.05 | 0.50 | 0.01 | 54.29 | 0.97 | 0.75 |
| Hex | FD | F1 | 7F | 0 | 5 | 32 | 1 | 36 | 61 | 4B |
| Octal | 375 | 361 | 177 | 0 | 5 | 62 | 1 | 66 | 141 | 113 |
| Binary | 11111101 | 11110001 | 1111111 | 0 | 101 | 110010 | 1 | 110110 | 1100001 | 1001011 |
Color Harmonies of #FDF17F
Complementary color
Monochromatic Colors of #FDF17F
Black with #FDF17F
Text Example
Text Example
White with #FDF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF17F; }
p { color: rgb(253,241,127); }
H1.HeaderClassName
{
color: #FDF17F;
}
.AnyTagClassName
{
color: #FDF17F;
}
</style>
background-color css
<style>
a { background-color: #FDF17F; }
a { background-color: rgb(253,241,127); }
div.DivClassName
{
background-color: #FDF17F;
}
.BgClassName
{
background-color: #FDF17F;
}
</style>
border-color css
<style>
span { border-color: #FDF17F; }
span { border-color: rgb(253,241,127); }
td.TdClassName
{
border-color: #FDF17F;
}
.TagClassName
{
border-color: #FDF17F;
}
</style>