Shades of Festival #F4C844
Tints of Festival #F4C844
RGB
CMYK
RGB Variations
Color information
#F4C844 (or 0xF4C844) is known color: Festival. HEX triplet: F4, C8 and 44. RGB value is (244,200,68). Sum of RGB (Red+Green+Blue) = 244+200+68=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C844 is #0B37BB. Grayscale: #C6C6C6. Windows color (decimal): -735164 or 4507892. OLE color: 4507892.
HSL color Cylindrical-coordinate representation of color #F4C844: hue angle of 45º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4C844 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 68 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.04 |
| HSL | 45º | 0.89% | 0.61% | - |
| HSV(B) | 45º | 0.72% | 0.96% | - |
| XYZ | 59.01 | 60.96 | 14.13 | - |
| YUV | 198.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 68 | 0 | 0.18 | 0.72 | 0.04 | 45 | 0.89 | 0.61 |
| Hex | F4 | C8 | 44 | 0 | 12 | 48 | 4 | 2D | 59 | 3D |
| Octal | 364 | 310 | 104 | 0 | 22 | 110 | 4 | 55 | 131 | 75 |
| Binary | 11110100 | 11001000 | 1000100 | 0 | 10010 | 1001000 | 100 | 101101 | 1011001 | 111101 |
Color Harmonies of #F4C844
Complementary color
Monochromatic Colors of #F4C844
Black with #F4C844
Text Example
Text Example
White with #F4C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C844; }
p { color: rgb(244,200,68); }
H1.HeaderClassName
{
color: #F4C844;
}
.AnyTagClassName
{
color: #F4C844;
}
</style>
background-color css
<style>
a { background-color: #F4C844; }
a { background-color: rgb(244,200,68); }
div.DivClassName
{
background-color: #F4C844;
}
.BgClassName
{
background-color: #F4C844;
}
</style>
border-color css
<style>
span { border-color: #F4C844; }
span { border-color: rgb(244,200,68); }
td.TdClassName
{
border-color: #F4C844;
}
.TagClassName
{
border-color: #F4C844;
}
</style>