Shades of Witch Haze #F6F281
Tints of Witch Haze #F6F281
RGB
CMYK
RGB Variations
Color information
#F6F281 (or 0xF6F281) is known color: Witch Haze. HEX triplet: F6, F2 and 81. RGB value is (246,242,129). Sum of RGB (Red+Green+Blue) = 246+242+129=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F281 is #090D7E. Grayscale: #E6E6E6. Windows color (decimal): -593279 or 8516342. OLE color: 8516342.
HSL color Cylindrical-coordinate representation of color #F6F281: hue angle of 57.95º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6F281 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 129 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.04 |
| HSL | 57.95º | 0.87% | 0.74% | - |
| HSV(B) | 57.95º | 0.48% | 0.96% | - |
| XYZ | 73.72 | 84.68 | 33.23 | - |
| YUV | 230.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 129 | 0 | 0.02 | 0.48 | 0.04 | 57.95 | 0.87 | 0.74 |
| Hex | F6 | F2 | 81 | 0 | 2 | 30 | 4 | 3A | 57 | 4A |
| Octal | 366 | 362 | 201 | 0 | 2 | 60 | 4 | 72 | 127 | 112 |
| Binary | 11110110 | 11110010 | 10000001 | 0 | 10 | 110000 | 100 | 111010 | 1010111 | 1001010 |
Color Harmonies of #F6F281
Complementary color
Monochromatic Colors of #F6F281
Black with #F6F281
Text Example
Text Example
White with #F6F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F281; }
p { color: rgb(246,242,129); }
H1.HeaderClassName
{
color: #F6F281;
}
.AnyTagClassName
{
color: #F6F281;
}
</style>
background-color css
<style>
a { background-color: #F6F281; }
a { background-color: rgb(246,242,129); }
div.DivClassName
{
background-color: #F6F281;
}
.BgClassName
{
background-color: #F6F281;
}
</style>
border-color css
<style>
span { border-color: #F6F281; }
span { border-color: rgb(246,242,129); }
td.TdClassName
{
border-color: #F6F281;
}
.TagClassName
{
border-color: #F6F281;
}
</style>