Shades of Festival #F4C946
Tints of Festival #F4C946
RGB
CMYK
RGB Variations
Color information
#F4C946 (or 0xF4C946) is known color: Festival. HEX triplet: F4, C9 and 46. RGB value is (244,201,70). Sum of RGB (Red+Green+Blue) = 244+201+70=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C946 is #0B36B9. Grayscale: #C7C7C7. Windows color (decimal): -734906 or 4639220. OLE color: 4639220.
HSL color Cylindrical-coordinate representation of color #F4C946: hue angle of 45.17º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4C946 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 70 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.04 |
| HSL | 45.17º | 0.89% | 0.62% | - |
| HSV(B) | 45.17º | 0.71% | 0.96% | - |
| XYZ | 59.3 | 61.45 | 14.53 | - |
| YUV | 198.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 70 | 0 | 0.18 | 0.71 | 0.04 | 45.17 | 0.89 | 0.62 |
| Hex | F4 | C9 | 46 | 0 | 12 | 47 | 4 | 2D | 59 | 3E |
| Octal | 364 | 311 | 106 | 0 | 22 | 107 | 4 | 55 | 131 | 76 |
| Binary | 11110100 | 11001001 | 1000110 | 0 | 10010 | 1000111 | 100 | 101101 | 1011001 | 111110 |
Color Harmonies of #F4C946
Complementary color
Monochromatic Colors of #F4C946
Black with #F4C946
Text Example
Text Example
White with #F4C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C946; }
p { color: rgb(244,201,70); }
H1.HeaderClassName
{
color: #F4C946;
}
.AnyTagClassName
{
color: #F4C946;
}
</style>
background-color css
<style>
a { background-color: #F4C946; }
a { background-color: rgb(244,201,70); }
div.DivClassName
{
background-color: #F4C946;
}
.BgClassName
{
background-color: #F4C946;
}
</style>
border-color css
<style>
span { border-color: #F4C946; }
span { border-color: rgb(244,201,70); }
td.TdClassName
{
border-color: #F4C946;
}
.TagClassName
{
border-color: #F4C946;
}
</style>