Shades of Witch Haze #FFF469
Tints of Witch Haze #FFF469
RGB
CMYK
RGB Variations
Color information
#FFF469 (or 0xFFF469) is known color: Witch Haze. HEX triplet: FF, F4 and 69. RGB value is (255,244,105). Sum of RGB (Red+Green+Blue) = 255+244+105=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 105 (41.41% from 255 or 17.38% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF469 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF469 is #000B96. Grayscale: #E8E8E8. Windows color (decimal): -2967 or 6943999. OLE color: 6943999.
HSL color Cylindrical-coordinate representation of color #FFF469: hue angle of 55.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFF469 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 105 | - |
| CMYK | 0 | 0.04 | 0.59 | 0 |
| HSL | 55.6º | 1% | 0.71% | - |
| HSV(B) | 55.6º | 0.59% | 1% | - |
| XYZ | 76.14 | 86.98 | 26.14 | - |
| YUV | 231.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 105 | 0 | 0.04 | 0.59 | 0 | 55.6 | 1 | 0.71 |
| Hex | FF | F4 | 69 | 0 | 4 | 3B | 0 | 38 | 64 | 47 |
| Octal | 377 | 364 | 151 | 0 | 4 | 73 | 0 | 70 | 144 | 107 |
| Binary | 11111111 | 11110100 | 1101001 | 0 | 100 | 111011 | 0 | 111000 | 1100100 | 1000111 |
Color Harmonies of #FFF469
Complementary color
Monochromatic Colors of #FFF469
Black with #FFF469
Text Example
Text Example
White with #FFF469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF469; }
p { color: rgb(255,244,105); }
H1.HeaderClassName
{
color: #FFF469;
}
.AnyTagClassName
{
color: #FFF469;
}
</style>
background-color css
<style>
a { background-color: #FFF469; }
a { background-color: rgb(255,244,105); }
div.DivClassName
{
background-color: #FFF469;
}
.BgClassName
{
background-color: #FFF469;
}
</style>
border-color css
<style>
span { border-color: #FFF469; }
span { border-color: rgb(255,244,105); }
td.TdClassName
{
border-color: #FFF469;
}
.TagClassName
{
border-color: #FFF469;
}
</style>