Shades of Festival #F0C941
Tints of Festival #F0C941
RGB
CMYK
RGB Variations
Color information
#F0C941 (or 0xF0C941) is known color: Festival. HEX triplet: F0, C9 and 41. RGB value is (240,201,65). Sum of RGB (Red+Green+Blue) = 240+201+65=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C941 is #0F36BE. Grayscale: #C5C5C5. Windows color (decimal): -997055 or 4311536. OLE color: 4311536.
HSL color Cylindrical-coordinate representation of color #F0C941: hue angle of 46.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0C941 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 65 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.06 |
| HSL | 46.63º | 0.85% | 0.6% | - |
| HSV(B) | 46.63º | 0.73% | 0.94% | - |
| XYZ | 57.78 | 60.68 | 13.67 | - |
| YUV | 197.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 65 | 0 | 0.16 | 0.73 | 0.06 | 46.63 | 0.85 | 0.6 |
| Hex | F0 | C9 | 41 | 0 | 10 | 49 | 6 | 2F | 55 | 3C |
| Octal | 360 | 311 | 101 | 0 | 20 | 111 | 6 | 57 | 125 | 74 |
| Binary | 11110000 | 11001001 | 1000001 | 0 | 10000 | 1001001 | 110 | 101111 | 1010101 | 111100 |
Color Harmonies of #F0C941
Complementary color
Monochromatic Colors of #F0C941
Black with #F0C941
Text Example
Text Example
White with #F0C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C941; }
p { color: rgb(240,201,65); }
H1.HeaderClassName
{
color: #F0C941;
}
.AnyTagClassName
{
color: #F0C941;
}
</style>
background-color css
<style>
a { background-color: #F0C941; }
a { background-color: rgb(240,201,65); }
div.DivClassName
{
background-color: #F0C941;
}
.BgClassName
{
background-color: #F0C941;
}
</style>
border-color css
<style>
span { border-color: #F0C941; }
span { border-color: rgb(240,201,65); }
td.TdClassName
{
border-color: #F0C941;
}
.TagClassName
{
border-color: #F0C941;
}
</style>