Shades of Festival #F0C747
Tints of Festival #F0C747
RGB
CMYK
RGB Variations
Color information
#F0C747 (or 0xF0C747) is known color: Festival. HEX triplet: F0, C7 and 47. RGB value is (240,199,71). Sum of RGB (Red+Green+Blue) = 240+199+71=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C747 is #0F38B8. Grayscale: #C5C5C5. Windows color (decimal): -997561 or 4704240. OLE color: 4704240.
HSL color Cylindrical-coordinate representation of color #F0C747: hue angle of 45.44º 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 #F0C747 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.06 |
| HSL | 45.44º | 0.85% | 0.61% | - |
| HSV(B) | 45.44º | 0.7% | 0.94% | - |
| XYZ | 57.5 | 59.83 | 14.48 | - |
| YUV | 196.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 71 | 0 | 0.17 | 0.70 | 0.06 | 45.44 | 0.85 | 0.61 |
| Hex | F0 | C7 | 47 | 0 | 11 | 46 | 6 | 2D | 55 | 3D |
| Octal | 360 | 307 | 107 | 0 | 21 | 106 | 6 | 55 | 125 | 75 |
| Binary | 11110000 | 11000111 | 1000111 | 0 | 10001 | 1000110 | 110 | 101101 | 1010101 | 111101 |
Color Harmonies of #F0C747
Complementary color
Monochromatic Colors of #F0C747
Black with #F0C747
Text Example
Text Example
White with #F0C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C747; }
p { color: rgb(240,199,71); }
H1.HeaderClassName
{
color: #F0C747;
}
.AnyTagClassName
{
color: #F0C747;
}
</style>
background-color css
<style>
a { background-color: #F0C747; }
a { background-color: rgb(240,199,71); }
div.DivClassName
{
background-color: #F0C747;
}
.BgClassName
{
background-color: #F0C747;
}
</style>
border-color css
<style>
span { border-color: #F0C747; }
span { border-color: rgb(240,199,71); }
td.TdClassName
{
border-color: #F0C747;
}
.TagClassName
{
border-color: #F0C747;
}
</style>