Shades of Festival #F0C848
Tints of Festival #F0C848
RGB
CMYK
RGB Variations
Color information
#F0C848 (or 0xF0C848) is known color: Festival. HEX triplet: F0, C8 and 48. RGB value is (240,200,72). Sum of RGB (Red+Green+Blue) = 240+200+72=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C848 is #0F37B7. Grayscale: #C5C5C5. Windows color (decimal): -997304 or 4770032. OLE color: 4770032.
HSL color Cylindrical-coordinate representation of color #F0C848: hue angle of 45.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C848 is Cyan = 0, Magento = 0.17, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 72 | - |
| CMYK | 0 | 0.17 | 0.7 | 0.06 |
| HSL | 45.71º | 0.85% | 0.61% | - |
| HSV(B) | 45.71º | 0.7% | 0.94% | - |
| XYZ | 57.76 | 60.3 | 14.73 | - |
| YUV | 197.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 72 | 0 | 0.17 | 0.7 | 0.06 | 45.71 | 0.85 | 0.61 |
| Hex | F0 | C8 | 48 | 0 | 11 | 46 | 6 | 2E | 55 | 3D |
| Octal | 360 | 310 | 110 | 0 | 21 | 106 | 6 | 56 | 125 | 75 |
| Binary | 11110000 | 11001000 | 1001000 | 0 | 10001 | 1000110 | 110 | 101110 | 1010101 | 111101 |
Color Harmonies of #F0C848
Complementary color
Monochromatic Colors of #F0C848
Black with #F0C848
Text Example
Text Example
White with #F0C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C848; }
p { color: rgb(240,200,72); }
H1.HeaderClassName
{
color: #F0C848;
}
.AnyTagClassName
{
color: #F0C848;
}
</style>
background-color css
<style>
a { background-color: #F0C848; }
a { background-color: rgb(240,200,72); }
div.DivClassName
{
background-color: #F0C848;
}
.BgClassName
{
background-color: #F0C848;
}
</style>
border-color css
<style>
span { border-color: #F0C848; }
span { border-color: rgb(240,200,72); }
td.TdClassName
{
border-color: #F0C848;
}
.TagClassName
{
border-color: #F0C848;
}
</style>