Shades of Witch Haze #FFF273
Tints of Witch Haze #FFF273
RGB
CMYK
RGB Variations
Color information
#FFF273 (or 0xFFF273) is known color: Witch Haze. HEX triplet: FF, F2 and 73. RGB value is (255,242,115). Sum of RGB (Red+Green+Blue) = 255+242+115=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 115 (45.31% from 255 or 18.79% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF273 is #000D8C. Grayscale: #E7E7E7. Windows color (decimal): -3469 or 7598847. OLE color: 7598847.
HSL color Cylindrical-coordinate representation of color #FFF273: hue angle of 54.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFF273 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 115 | - |
| CMYK | 0 | 0.05 | 0.55 | 0 |
| HSL | 54.43º | 1% | 0.73% | - |
| HSV(B) | 54.43º | 0.55% | 1% | - |
| XYZ | 76.09 | 86 | 28.81 | - |
| YUV | 231.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 115 | 0 | 0.05 | 0.55 | 0 | 54.43 | 1 | 0.73 |
| Hex | FF | F2 | 73 | 0 | 5 | 37 | 0 | 36 | 64 | 49 |
| Octal | 377 | 362 | 163 | 0 | 5 | 67 | 0 | 66 | 144 | 111 |
| Binary | 11111111 | 11110010 | 1110011 | 0 | 101 | 110111 | 0 | 110110 | 1100100 | 1001001 |
Color Harmonies of #FFF273
Complementary color
Monochromatic Colors of #FFF273
Black with #FFF273
Text Example
Text Example
White with #FFF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF273; }
p { color: rgb(255,242,115); }
H1.HeaderClassName
{
color: #FFF273;
}
.AnyTagClassName
{
color: #FFF273;
}
</style>
background-color css
<style>
a { background-color: #FFF273; }
a { background-color: rgb(255,242,115); }
div.DivClassName
{
background-color: #FFF273;
}
.BgClassName
{
background-color: #FFF273;
}
</style>
border-color css
<style>
span { border-color: #FFF273; }
span { border-color: rgb(255,242,115); }
td.TdClassName
{
border-color: #FFF273;
}
.TagClassName
{
border-color: #FFF273;
}
</style>