Shades of Witch Haze #FDF270
Tints of Witch Haze #FDF270
RGB
CMYK
RGB Variations
Color information
#FDF270 (or 0xFDF270) is known color: Witch Haze. HEX triplet: FD, F2 and 70. RGB value is (253,242,112). Sum of RGB (Red+Green+Blue) = 253+242+112=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF270 is #020D8F. Grayscale: #E7E7E7. Windows color (decimal): -134544 or 7402237. OLE color: 7402237.
HSL color Cylindrical-coordinate representation of color #FDF270: hue angle of 55.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF270 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 55.32º | 0.97% | 0.72% | - |
| HSV(B) | 55.32º | 0.56% | 0.99% | - |
| XYZ | 75.18 | 85.56 | 27.88 | - |
| YUV | 230.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 112 | 0 | 0.04 | 0.56 | 0.01 | 55.32 | 0.97 | 0.72 |
| Hex | FD | F2 | 70 | 0 | 4 | 38 | 1 | 37 | 61 | 48 |
| Octal | 375 | 362 | 160 | 0 | 4 | 70 | 1 | 67 | 141 | 110 |
| Binary | 11111101 | 11110010 | 1110000 | 0 | 100 | 111000 | 1 | 110111 | 1100001 | 1001000 |
Color Harmonies of #FDF270
Complementary color
Monochromatic Colors of #FDF270
Black with #FDF270
Text Example
Text Example
White with #FDF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF270; }
p { color: rgb(253,242,112); }
H1.HeaderClassName
{
color: #FDF270;
}
.AnyTagClassName
{
color: #FDF270;
}
</style>
background-color css
<style>
a { background-color: #FDF270; }
a { background-color: rgb(253,242,112); }
div.DivClassName
{
background-color: #FDF270;
}
.BgClassName
{
background-color: #FDF270;
}
</style>
border-color css
<style>
span { border-color: #FDF270; }
span { border-color: rgb(253,242,112); }
td.TdClassName
{
border-color: #FDF270;
}
.TagClassName
{
border-color: #FDF270;
}
</style>