Shades of Witch Haze #FFF172
Tints of Witch Haze #FFF172
RGB
CMYK
RGB Variations
Color information
#FFF172 (or 0xFFF172) is known color: Witch Haze. HEX triplet: FF, F1 and 72. RGB value is (255,241,114). Sum of RGB (Red+Green+Blue) = 255+241+114=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 114 (44.92% from 255 or 18.69% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF172 is #000E8D. Grayscale: #E7E7E7. Windows color (decimal): -3726 or 7533055. OLE color: 7533055.
HSL color Cylindrical-coordinate representation of color #FFF172: hue angle of 54.04º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFF172 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 114 | - |
| CMYK | 0 | 0.05 | 0.55 | 0 |
| HSL | 54.04º | 1% | 0.72% | - |
| HSV(B) | 54.04º | 0.55% | 1% | - |
| XYZ | 75.73 | 85.39 | 28.41 | - |
| YUV | 230.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 114 | 0 | 0.05 | 0.55 | 0 | 54.04 | 1 | 0.72 |
| Hex | FF | F1 | 72 | 0 | 5 | 37 | 0 | 36 | 64 | 48 |
| Octal | 377 | 361 | 162 | 0 | 5 | 67 | 0 | 66 | 144 | 110 |
| Binary | 11111111 | 11110001 | 1110010 | 0 | 101 | 110111 | 0 | 110110 | 1100100 | 1001000 |
Color Harmonies of #FFF172
Complementary color
Monochromatic Colors of #FFF172
Black with #FFF172
Text Example
Text Example
White with #FFF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF172; }
p { color: rgb(255,241,114); }
H1.HeaderClassName
{
color: #FFF172;
}
.AnyTagClassName
{
color: #FFF172;
}
</style>
background-color css
<style>
a { background-color: #FFF172; }
a { background-color: rgb(255,241,114); }
div.DivClassName
{
background-color: #FFF172;
}
.BgClassName
{
background-color: #FFF172;
}
</style>
border-color css
<style>
span { border-color: #FFF172; }
span { border-color: rgb(255,241,114); }
td.TdClassName
{
border-color: #FFF172;
}
.TagClassName
{
border-color: #FFF172;
}
</style>