Shades of Festival #F0C841
Tints of Festival #F0C841
RGB
CMYK
RGB Variations
Color information
#F0C841 (or 0xF0C841) is known color: Festival. HEX triplet: F0, C8 and 41. RGB value is (240,200,65). Sum of RGB (Red+Green+Blue) = 240+200+65=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C841 is #0F37BE. Grayscale: #C5C5C5. Windows color (decimal): -997311 or 4311280. OLE color: 4311280.
HSL color Cylindrical-coordinate representation of color #F0C841: hue angle of 46.29º 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 #F0C841 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.06 |
| HSL | 46.29º | 0.85% | 0.6% | - |
| HSV(B) | 46.29º | 0.73% | 0.94% | - |
| XYZ | 57.54 | 60.22 | 13.59 | - |
| YUV | 196.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 65 | 0 | 0.17 | 0.73 | 0.06 | 46.29 | 0.85 | 0.6 |
| Hex | F0 | C8 | 41 | 0 | 11 | 49 | 6 | 2E | 55 | 3C |
| Octal | 360 | 310 | 101 | 0 | 21 | 111 | 6 | 56 | 125 | 74 |
| Binary | 11110000 | 11001000 | 1000001 | 0 | 10001 | 1001001 | 110 | 101110 | 1010101 | 111100 |
Color Harmonies of #F0C841
Complementary color
Monochromatic Colors of #F0C841
Black with #F0C841
Text Example
Text Example
White with #F0C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C841; }
p { color: rgb(240,200,65); }
H1.HeaderClassName
{
color: #F0C841;
}
.AnyTagClassName
{
color: #F0C841;
}
</style>
background-color css
<style>
a { background-color: #F0C841; }
a { background-color: rgb(240,200,65); }
div.DivClassName
{
background-color: #F0C841;
}
.BgClassName
{
background-color: #F0C841;
}
</style>
border-color css
<style>
span { border-color: #F0C841; }
span { border-color: rgb(240,200,65); }
td.TdClassName
{
border-color: #F0C841;
}
.TagClassName
{
border-color: #F0C841;
}
</style>