Shades of Witch Haze #FFF17A
Tints of Witch Haze #FFF17A
RGB
CMYK
RGB Variations
Color information
#FFF17A (or 0xFFF17A) is known color: Witch Haze. HEX triplet: FF, F1 and 7A. RGB value is (255,241,122). Sum of RGB (Red+Green+Blue) = 255+241+122=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 122 (48.05% from 255 or 19.74% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF17A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF17A is #000E85. Grayscale: #E8E8E8. Windows color (decimal): -3718 or 8057343. OLE color: 8057343.
HSL color Cylindrical-coordinate representation of color #FFF17A: hue angle of 53.68º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFF17A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 122 | - |
| CMYK | 0 | 0.05 | 0.52 | 0 |
| HSL | 53.68º | 1% | 0.74% | - |
| HSV(B) | 53.68º | 0.52% | 1% | - |
| XYZ | 76.21 | 85.58 | 30.91 | - |
| YUV | 231.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 122 | 0 | 0.05 | 0.52 | 0 | 53.68 | 1 | 0.74 |
| Hex | FF | F1 | 7A | 0 | 5 | 34 | 0 | 36 | 64 | 4A |
| Octal | 377 | 361 | 172 | 0 | 5 | 64 | 0 | 66 | 144 | 112 |
| Binary | 11111111 | 11110001 | 1111010 | 0 | 101 | 110100 | 0 | 110110 | 1100100 | 1001010 |
Color Harmonies of #FFF17A
Complementary color
Monochromatic Colors of #FFF17A
Black with #FFF17A
Text Example
Text Example
White with #FFF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF17A; }
p { color: rgb(255,241,122); }
H1.HeaderClassName
{
color: #FFF17A;
}
.AnyTagClassName
{
color: #FFF17A;
}
</style>
background-color css
<style>
a { background-color: #FFF17A; }
a { background-color: rgb(255,241,122); }
div.DivClassName
{
background-color: #FFF17A;
}
.BgClassName
{
background-color: #FFF17A;
}
</style>
border-color css
<style>
span { border-color: #FFF17A; }
span { border-color: rgb(255,241,122); }
td.TdClassName
{
border-color: #FFF17A;
}
.TagClassName
{
border-color: #FFF17A;
}
</style>