Shades of Festival #F0C745
Tints of Festival #F0C745
RGB
CMYK
RGB Variations
Color information
#F0C745 (or 0xF0C745) is known color: Festival. HEX triplet: F0, C7 and 45. RGB value is (240,199,69). Sum of RGB (Red+Green+Blue) = 240+199+69=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C745 is #0F38BA. Grayscale: #C5C5C5. Windows color (decimal): -997563 or 4573168. OLE color: 4573168.
HSL color Cylindrical-coordinate representation of color #F0C745: hue angle of 45.61º 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 #F0C745 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 69 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.06 |
| HSL | 45.61º | 0.85% | 0.61% | - |
| HSV(B) | 45.61º | 0.71% | 0.94% | - |
| XYZ | 57.43 | 59.8 | 14.15 | - |
| YUV | 196.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 69 | 0 | 0.17 | 0.71 | 0.06 | 45.61 | 0.85 | 0.61 |
| Hex | F0 | C7 | 45 | 0 | 11 | 47 | 6 | 2E | 55 | 3D |
| Octal | 360 | 307 | 105 | 0 | 21 | 107 | 6 | 56 | 125 | 75 |
| Binary | 11110000 | 11000111 | 1000101 | 0 | 10001 | 1000111 | 110 | 101110 | 1010101 | 111101 |
Color Harmonies of #F0C745
Complementary color
Monochromatic Colors of #F0C745
Black with #F0C745
Text Example
Text Example
White with #F0C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C745; }
p { color: rgb(240,199,69); }
H1.HeaderClassName
{
color: #F0C745;
}
.AnyTagClassName
{
color: #F0C745;
}
</style>
background-color css
<style>
a { background-color: #F0C745; }
a { background-color: rgb(240,199,69); }
div.DivClassName
{
background-color: #F0C745;
}
.BgClassName
{
background-color: #F0C745;
}
</style>
border-color css
<style>
span { border-color: #F0C745; }
span { border-color: rgb(240,199,69); }
td.TdClassName
{
border-color: #F0C745;
}
.TagClassName
{
border-color: #F0C745;
}
</style>