Shades of Festival #F0C946
Tints of Festival #F0C946
RGB
CMYK
RGB Variations
Color information
#F0C946 (or 0xF0C946) is known color: Festival. HEX triplet: F0, C9 and 46. RGB value is (240,201,70). Sum of RGB (Red+Green+Blue) = 240+201+70=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C946 is #0F36B9. Grayscale: #C6C6C6. Windows color (decimal): -997050 or 4639216. OLE color: 4639216.
HSL color Cylindrical-coordinate representation of color #F0C946: hue angle of 46.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0C946 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 70 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.06 |
| HSL | 46.24º | 0.85% | 0.61% | - |
| HSV(B) | 46.24º | 0.71% | 0.94% | - |
| XYZ | 57.93 | 60.74 | 14.47 | - |
| YUV | 197.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 70 | 0 | 0.16 | 0.71 | 0.06 | 46.24 | 0.85 | 0.61 |
| Hex | F0 | C9 | 46 | 0 | 10 | 47 | 6 | 2E | 55 | 3D |
| Octal | 360 | 311 | 106 | 0 | 20 | 107 | 6 | 56 | 125 | 75 |
| Binary | 11110000 | 11001001 | 1000110 | 0 | 10000 | 1000111 | 110 | 101110 | 1010101 | 111101 |
Color Harmonies of #F0C946
Complementary color
Monochromatic Colors of #F0C946
Black with #F0C946
Text Example
Text Example
White with #F0C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C946; }
p { color: rgb(240,201,70); }
H1.HeaderClassName
{
color: #F0C946;
}
.AnyTagClassName
{
color: #F0C946;
}
</style>
background-color css
<style>
a { background-color: #F0C946; }
a { background-color: rgb(240,201,70); }
div.DivClassName
{
background-color: #F0C946;
}
.BgClassName
{
background-color: #F0C946;
}
</style>
border-color css
<style>
span { border-color: #F0C946; }
span { border-color: rgb(240,201,70); }
td.TdClassName
{
border-color: #F0C946;
}
.TagClassName
{
border-color: #F0C946;
}
</style>