Shades of Festival #F5C948
Tints of Festival #F5C948
RGB
CMYK
RGB Variations
Color information
#F5C948 (or 0xF5C948) is known color: Festival. HEX triplet: F5, C9 and 48. RGB value is (245,201,72). Sum of RGB (Red+Green+Blue) = 245+201+72=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C948 is #0A36B7. Grayscale: #C8C8C8. Windows color (decimal): -669368 or 4770293. OLE color: 4770293.
HSL color Cylindrical-coordinate representation of color #F5C948: hue angle of 44.74º degrees, saturation: 0.9, 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 #F5C948 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 72 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.04 |
| HSL | 44.74º | 0.9% | 0.62% | - |
| HSV(B) | 44.74º | 0.71% | 0.96% | - |
| XYZ | 59.71 | 61.65 | 14.88 | - |
| YUV | 199.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 72 | 0 | 0.18 | 0.71 | 0.04 | 44.74 | 0.9 | 0.62 |
| Hex | F5 | C9 | 48 | 0 | 12 | 47 | 4 | 2D | 5A | 3E |
| Octal | 365 | 311 | 110 | 0 | 22 | 107 | 4 | 55 | 132 | 76 |
| Binary | 11110101 | 11001001 | 1001000 | 0 | 10010 | 1000111 | 100 | 101101 | 1011010 | 111110 |
Color Harmonies of #F5C948
Complementary color
Monochromatic Colors of #F5C948
Black with #F5C948
Text Example
Text Example
White with #F5C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C948; }
p { color: rgb(245,201,72); }
H1.HeaderClassName
{
color: #F5C948;
}
.AnyTagClassName
{
color: #F5C948;
}
</style>
background-color css
<style>
a { background-color: #F5C948; }
a { background-color: rgb(245,201,72); }
div.DivClassName
{
background-color: #F5C948;
}
.BgClassName
{
background-color: #F5C948;
}
</style>
border-color css
<style>
span { border-color: #F5C948; }
span { border-color: rgb(245,201,72); }
td.TdClassName
{
border-color: #F5C948;
}
.TagClassName
{
border-color: #F5C948;
}
</style>