Shades of Festival #F4C948
Tints of Festival #F4C948
RGB
CMYK
RGB Variations
Color information
#F4C948 (or 0xF4C948) is known color: Festival. HEX triplet: F4, C9 and 48. RGB value is (244,201,72). Sum of RGB (Red+Green+Blue) = 244+201+72=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C948 is #0B36B7. Grayscale: #C7C7C7. Windows color (decimal): -734904 or 4770292. OLE color: 4770292.
HSL color Cylindrical-coordinate representation of color #F4C948: hue angle of 45º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4C948 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 72 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.04 |
| HSL | 45º | 0.89% | 0.62% | - |
| HSV(B) | 45º | 0.7% | 0.96% | - |
| XYZ | 59.36 | 61.47 | 14.87 | - |
| YUV | 199.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 72 | 0 | 0.18 | 0.70 | 0.04 | 45 | 0.89 | 0.62 |
| Hex | F4 | C9 | 48 | 0 | 12 | 46 | 4 | 2D | 59 | 3E |
| Octal | 364 | 311 | 110 | 0 | 22 | 106 | 4 | 55 | 131 | 76 |
| Binary | 11110100 | 11001001 | 1001000 | 0 | 10010 | 1000110 | 100 | 101101 | 1011001 | 111110 |
Color Harmonies of #F4C948
Complementary color
Monochromatic Colors of #F4C948
Black with #F4C948
Text Example
Text Example
White with #F4C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C948; }
p { color: rgb(244,201,72); }
H1.HeaderClassName
{
color: #F4C948;
}
.AnyTagClassName
{
color: #F4C948;
}
</style>
background-color css
<style>
a { background-color: #F4C948; }
a { background-color: rgb(244,201,72); }
div.DivClassName
{
background-color: #F4C948;
}
.BgClassName
{
background-color: #F4C948;
}
</style>
border-color css
<style>
span { border-color: #F4C948; }
span { border-color: rgb(244,201,72); }
td.TdClassName
{
border-color: #F4C948;
}
.TagClassName
{
border-color: #F4C948;
}
</style>