Shades of Festival #F0C846
Tints of Festival #F0C846
RGB
CMYK
RGB Variations
Color information
#F0C846 (or 0xF0C846) is known color: Festival. HEX triplet: F0, C8 and 46. RGB value is (240,200,70). Sum of RGB (Red+Green+Blue) = 240+200+70=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C846 is #0F37B9. Grayscale: #C5C5C5. Windows color (decimal): -997306 or 4638960. OLE color: 4638960.
HSL color Cylindrical-coordinate representation of color #F0C846: hue angle of 45.88º 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 #F0C846 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 70 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.06 |
| HSL | 45.88º | 0.85% | 0.61% | - |
| HSV(B) | 45.88º | 0.71% | 0.94% | - |
| XYZ | 57.69 | 60.28 | 14.39 | - |
| YUV | 197.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 70 | 0 | 0.17 | 0.71 | 0.06 | 45.88 | 0.85 | 0.61 |
| Hex | F0 | C8 | 46 | 0 | 11 | 47 | 6 | 2E | 55 | 3D |
| Octal | 360 | 310 | 106 | 0 | 21 | 107 | 6 | 56 | 125 | 75 |
| Binary | 11110000 | 11001000 | 1000110 | 0 | 10001 | 1000111 | 110 | 101110 | 1010101 | 111101 |
Color Harmonies of #F0C846
Complementary color
Monochromatic Colors of #F0C846
Black with #F0C846
Text Example
Text Example
White with #F0C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C846; }
p { color: rgb(240,200,70); }
H1.HeaderClassName
{
color: #F0C846;
}
.AnyTagClassName
{
color: #F0C846;
}
</style>
background-color css
<style>
a { background-color: #F0C846; }
a { background-color: rgb(240,200,70); }
div.DivClassName
{
background-color: #F0C846;
}
.BgClassName
{
background-color: #F0C846;
}
</style>
border-color css
<style>
span { border-color: #F0C846; }
span { border-color: rgb(240,200,70); }
td.TdClassName
{
border-color: #F0C846;
}
.TagClassName
{
border-color: #F0C846;
}
</style>