Shades of Festival #F5C949
Tints of Festival #F5C949
RGB
CMYK
RGB Variations
Color information
#F5C949 (or 0xF5C949) is known color: Festival. HEX triplet: F5, C9 and 49. RGB value is (245,201,73). Sum of RGB (Red+Green+Blue) = 245+201+73=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C949 is #0A36B6. Grayscale: #C8C8C8. Windows color (decimal): -669367 or 4835829. OLE color: 4835829.
HSL color Cylindrical-coordinate representation of color #F5C949: hue angle of 44.65º degrees, saturation: 0.9, 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 #F5C949 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 73 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.04 |
| HSL | 44.65º | 0.9% | 0.62% | - |
| HSV(B) | 44.65º | 0.7% | 0.96% | - |
| XYZ | 59.75 | 61.67 | 15.06 | - |
| YUV | 199.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 73 | 0 | 0.18 | 0.70 | 0.04 | 44.65 | 0.9 | 0.62 |
| Hex | F5 | C9 | 49 | 0 | 12 | 46 | 4 | 2D | 5A | 3E |
| Octal | 365 | 311 | 111 | 0 | 22 | 106 | 4 | 55 | 132 | 76 |
| Binary | 11110101 | 11001001 | 1001001 | 0 | 10010 | 1000110 | 100 | 101101 | 1011010 | 111110 |
Color Harmonies of #F5C949
Complementary color
Monochromatic Colors of #F5C949
Black with #F5C949
Text Example
Text Example
White with #F5C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C949; }
p { color: rgb(245,201,73); }
H1.HeaderClassName
{
color: #F5C949;
}
.AnyTagClassName
{
color: #F5C949;
}
</style>
background-color css
<style>
a { background-color: #F5C949; }
a { background-color: rgb(245,201,73); }
div.DivClassName
{
background-color: #F5C949;
}
.BgClassName
{
background-color: #F5C949;
}
</style>
border-color css
<style>
span { border-color: #F5C949; }
span { border-color: rgb(245,201,73); }
td.TdClassName
{
border-color: #F5C949;
}
.TagClassName
{
border-color: #F5C949;
}
</style>