Shades of Festival #F0C648
Tints of Festival #F0C648
RGB
CMYK
RGB Variations
Color information
#F0C648 (or 0xF0C648) is known color: Festival. HEX triplet: F0, C6 and 48. RGB value is (240,198,72). Sum of RGB (Red+Green+Blue) = 240+198+72=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C648 is #0F39B7. Grayscale: #C4C4C4. Windows color (decimal): -997816 or 4769520. OLE color: 4769520.
HSL color Cylindrical-coordinate representation of color #F0C648: hue angle of 45º 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 #F0C648 is Cyan = 0, Magento = 0.18, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 72 | - |
| CMYK | 0 | 0.18 | 0.7 | 0.06 |
| HSL | 45º | 0.85% | 0.61% | - |
| HSV(B) | 45º | 0.7% | 0.94% | - |
| XYZ | 57.3 | 59.38 | 14.57 | - |
| YUV | 196.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 72 | 0 | 0.18 | 0.7 | 0.06 | 45 | 0.85 | 0.61 |
| Hex | F0 | C6 | 48 | 0 | 12 | 46 | 6 | 2D | 55 | 3D |
| Octal | 360 | 306 | 110 | 0 | 22 | 106 | 6 | 55 | 125 | 75 |
| Binary | 11110000 | 11000110 | 1001000 | 0 | 10010 | 1000110 | 110 | 101101 | 1010101 | 111101 |
Color Harmonies of #F0C648
Complementary color
Monochromatic Colors of #F0C648
Black with #F0C648
Text Example
Text Example
White with #F0C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C648; }
p { color: rgb(240,198,72); }
H1.HeaderClassName
{
color: #F0C648;
}
.AnyTagClassName
{
color: #F0C648;
}
</style>
background-color css
<style>
a { background-color: #F0C648; }
a { background-color: rgb(240,198,72); }
div.DivClassName
{
background-color: #F0C648;
}
.BgClassName
{
background-color: #F0C648;
}
</style>
border-color css
<style>
span { border-color: #F0C648; }
span { border-color: rgb(240,198,72); }
td.TdClassName
{
border-color: #F0C648;
}
.TagClassName
{
border-color: #F0C648;
}
</style>