Shades of Festival #F0C94E
Tints of Festival #F0C94E
RGB
CMYK
RGB Variations
Color information
#F0C94E (or 0xF0C94E) is known color: Festival. HEX triplet: F0, C9 and 4E. RGB value is (240,201,78). Sum of RGB (Red+Green+Blue) = 240+201+78=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C94E is #0F36B1. Grayscale: #C7C7C7. Windows color (decimal): -997042 or 5163504. OLE color: 5163504.
HSL color Cylindrical-coordinate representation of color #F0C94E: hue angle of 45.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0C94E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 78 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.06 |
| HSL | 45.56º | 0.84% | 0.62% | - |
| HSV(B) | 45.56º | 0.68% | 0.94% | - |
| XYZ | 58.2 | 60.85 | 15.89 | - |
| YUV | 198.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 78 | 0 | 0.16 | 0.68 | 0.06 | 45.56 | 0.84 | 0.62 |
| Hex | F0 | C9 | 4E | 0 | 10 | 44 | 6 | 2E | 54 | 3E |
| Octal | 360 | 311 | 116 | 0 | 20 | 104 | 6 | 56 | 124 | 76 |
| Binary | 11110000 | 11001001 | 1001110 | 0 | 10000 | 1000100 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #F0C94E
Complementary color
Monochromatic Colors of #F0C94E
Black with #F0C94E
Text Example
Text Example
White with #F0C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C94E; }
p { color: rgb(240,201,78); }
H1.HeaderClassName
{
color: #F0C94E;
}
.AnyTagClassName
{
color: #F0C94E;
}
</style>
background-color css
<style>
a { background-color: #F0C94E; }
a { background-color: rgb(240,201,78); }
div.DivClassName
{
background-color: #F0C94E;
}
.BgClassName
{
background-color: #F0C94E;
}
</style>
border-color css
<style>
span { border-color: #F0C94E; }
span { border-color: rgb(240,201,78); }
td.TdClassName
{
border-color: #F0C94E;
}
.TagClassName
{
border-color: #F0C94E;
}
</style>