Shades of Festival #F0C944
Tints of Festival #F0C944
RGB
CMYK
RGB Variations
Color information
#F0C944 (or 0xF0C944) is known color: Festival. HEX triplet: F0, C9 and 44. RGB value is (240,201,68). Sum of RGB (Red+Green+Blue) = 240+201+68=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C944 is #0F36BB. Grayscale: #C6C6C6. Windows color (decimal): -997052 or 4508144. OLE color: 4508144.
HSL color Cylindrical-coordinate representation of color #F0C944: hue angle of 46.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0C944 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 68 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.06 |
| HSL | 46.4º | 0.85% | 0.6% | - |
| HSV(B) | 46.4º | 0.72% | 0.94% | - |
| XYZ | 57.87 | 60.72 | 14.14 | - |
| YUV | 197.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 68 | 0 | 0.16 | 0.72 | 0.06 | 46.4 | 0.85 | 0.6 |
| Hex | F0 | C9 | 44 | 0 | 10 | 48 | 6 | 2E | 55 | 3C |
| Octal | 360 | 311 | 104 | 0 | 20 | 110 | 6 | 56 | 125 | 74 |
| Binary | 11110000 | 11001001 | 1000100 | 0 | 10000 | 1001000 | 110 | 101110 | 1010101 | 111100 |
Color Harmonies of #F0C944
Complementary color
Monochromatic Colors of #F0C944
Black with #F0C944
Text Example
Text Example
White with #F0C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C944; }
p { color: rgb(240,201,68); }
H1.HeaderClassName
{
color: #F0C944;
}
.AnyTagClassName
{
color: #F0C944;
}
</style>
background-color css
<style>
a { background-color: #F0C944; }
a { background-color: rgb(240,201,68); }
div.DivClassName
{
background-color: #F0C944;
}
.BgClassName
{
background-color: #F0C944;
}
</style>
border-color css
<style>
span { border-color: #F0C944; }
span { border-color: rgb(240,201,68); }
td.TdClassName
{
border-color: #F0C944;
}
.TagClassName
{
border-color: #F0C944;
}
</style>