Shades of Witch Haze #FFF474
Tints of Witch Haze #FFF474
RGB
CMYK
RGB Variations
Color information
#FFF474 (or 0xFFF474) is known color: Witch Haze. HEX triplet: FF, F4 and 74. RGB value is (255,244,116). Sum of RGB (Red+Green+Blue) = 255+244+116=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 116 (45.70% from 255 or 18.86% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF474 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF474 is #000B8B. Grayscale: #E9E9E9. Windows color (decimal): -2956 or 7664895. OLE color: 7664895.
HSL color Cylindrical-coordinate representation of color #FFF474: hue angle of 55.25º 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 #FFF474 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 116 | - |
| CMYK | 0 | 0.04 | 0.55 | 0 |
| HSL | 55.25º | 1% | 0.73% | - |
| HSV(B) | 55.25º | 0.55% | 1% | - |
| XYZ | 76.74 | 87.22 | 29.31 | - |
| YUV | 232.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 116 | 0 | 0.04 | 0.55 | 0 | 55.25 | 1 | 0.73 |
| Hex | FF | F4 | 74 | 0 | 4 | 37 | 0 | 37 | 64 | 49 |
| Octal | 377 | 364 | 164 | 0 | 4 | 67 | 0 | 67 | 144 | 111 |
| Binary | 11111111 | 11110100 | 1110100 | 0 | 100 | 110111 | 0 | 110111 | 1100100 | 1001001 |
Color Harmonies of #FFF474
Complementary color
Monochromatic Colors of #FFF474
Black with #FFF474
Text Example
Text Example
White with #FFF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF474; }
p { color: rgb(255,244,116); }
H1.HeaderClassName
{
color: #FFF474;
}
.AnyTagClassName
{
color: #FFF474;
}
</style>
background-color css
<style>
a { background-color: #FFF474; }
a { background-color: rgb(255,244,116); }
div.DivClassName
{
background-color: #FFF474;
}
.BgClassName
{
background-color: #FFF474;
}
</style>
border-color css
<style>
span { border-color: #FFF474; }
span { border-color: rgb(255,244,116); }
td.TdClassName
{
border-color: #FFF474;
}
.TagClassName
{
border-color: #FFF474;
}
</style>