Shades of Witch Haze #FDF284
Tints of Witch Haze #FDF284
RGB
CMYK
RGB Variations
Color information
#FDF284 (or 0xFDF284) is known color: Witch Haze. HEX triplet: FD, F2 and 84. RGB value is (253,242,132). Sum of RGB (Red+Green+Blue) = 253+242+132=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF284 is #020D7B. Grayscale: #E9E9E9. Windows color (decimal): -134524 or 8712957. OLE color: 8712957.
HSL color Cylindrical-coordinate representation of color #FDF284: hue angle of 54.55º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDF284 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.01 |
| HSL | 54.55º | 0.97% | 0.75% | - |
| HSV(B) | 54.55º | 0.48% | 0.99% | - |
| XYZ | 76.43 | 86.05 | 34.41 | - |
| YUV | 232.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 132 | 0 | 0.04 | 0.48 | 0.01 | 54.55 | 0.97 | 0.75 |
| Hex | FD | F2 | 84 | 0 | 4 | 30 | 1 | 37 | 61 | 4B |
| Octal | 375 | 362 | 204 | 0 | 4 | 60 | 1 | 67 | 141 | 113 |
| Binary | 11111101 | 11110010 | 10000100 | 0 | 100 | 110000 | 1 | 110111 | 1100001 | 1001011 |
Color Harmonies of #FDF284
Complementary color
Monochromatic Colors of #FDF284
Black with #FDF284
Text Example
Text Example
White with #FDF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF284; }
p { color: rgb(253,242,132); }
H1.HeaderClassName
{
color: #FDF284;
}
.AnyTagClassName
{
color: #FDF284;
}
</style>
background-color css
<style>
a { background-color: #FDF284; }
a { background-color: rgb(253,242,132); }
div.DivClassName
{
background-color: #FDF284;
}
.BgClassName
{
background-color: #FDF284;
}
</style>
border-color css
<style>
span { border-color: #FDF284; }
span { border-color: rgb(253,242,132); }
td.TdClassName
{
border-color: #FDF284;
}
.TagClassName
{
border-color: #FDF284;
}
</style>