Shades of Witch Haze #FDF273
Tints of Witch Haze #FDF273
RGB
CMYK
RGB Variations
Color information
#FDF273 (or 0xFDF273) is known color: Witch Haze. HEX triplet: FD, F2 and 73. RGB value is (253,242,115). Sum of RGB (Red+Green+Blue) = 253+242+115=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 115 (45.31% from 255 or 18.85% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF273 is #020D8C. Grayscale: #E7E7E7. Windows color (decimal): -134541 or 7598845. OLE color: 7598845.
HSL color Cylindrical-coordinate representation of color #FDF273: hue angle of 55.22º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDF273 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 115 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.01 |
| HSL | 55.22º | 0.97% | 0.72% | - |
| HSV(B) | 55.22º | 0.55% | 0.99% | - |
| XYZ | 75.35 | 85.62 | 28.78 | - |
| YUV | 230.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 115 | 0 | 0.04 | 0.55 | 0.01 | 55.22 | 0.97 | 0.72 |
| Hex | FD | F2 | 73 | 0 | 4 | 37 | 1 | 37 | 61 | 48 |
| Octal | 375 | 362 | 163 | 0 | 4 | 67 | 1 | 67 | 141 | 110 |
| Binary | 11111101 | 11110010 | 1110011 | 0 | 100 | 110111 | 1 | 110111 | 1100001 | 1001000 |
Color Harmonies of #FDF273
Complementary color
Monochromatic Colors of #FDF273
Black with #FDF273
Text Example
Text Example
White with #FDF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF273; }
p { color: rgb(253,242,115); }
H1.HeaderClassName
{
color: #FDF273;
}
.AnyTagClassName
{
color: #FDF273;
}
</style>
background-color css
<style>
a { background-color: #FDF273; }
a { background-color: rgb(253,242,115); }
div.DivClassName
{
background-color: #FDF273;
}
.BgClassName
{
background-color: #FDF273;
}
</style>
border-color css
<style>
span { border-color: #FDF273; }
span { border-color: rgb(253,242,115); }
td.TdClassName
{
border-color: #FDF273;
}
.TagClassName
{
border-color: #FDF273;
}
</style>