Shades of Festival #F0D145
Tints of Festival #F0D145
RGB
CMYK
RGB Variations
Color information
#F0D145 (or 0xF0D145) is known color: Festival. HEX triplet: F0, D1 and 45. RGB value is (240,209,69). Sum of RGB (Red+Green+Blue) = 240+209+69=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D145 is #0F2EBA. Grayscale: #CACACA. Windows color (decimal): -995003 or 4575728. OLE color: 4575728.
HSL color Cylindrical-coordinate representation of color #F0D145: hue angle of 49.12º 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 #F0D145 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.06 |
| HSL | 49.12º | 0.85% | 0.61% | - |
| HSV(B) | 49.12º | 0.71% | 0.94% | - |
| XYZ | 59.81 | 64.56 | 14.94 | - |
| YUV | 202.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 69 | 0 | 0.13 | 0.71 | 0.06 | 49.12 | 0.85 | 0.61 |
| Hex | F0 | D1 | 45 | 0 | D | 47 | 6 | 31 | 55 | 3D |
| Octal | 360 | 321 | 105 | 0 | 15 | 107 | 6 | 61 | 125 | 75 |
| Binary | 11110000 | 11010001 | 1000101 | 0 | 1101 | 1000111 | 110 | 110001 | 1010101 | 111101 |
Color Harmonies of #F0D145
Complementary color
Monochromatic Colors of #F0D145
Black with #F0D145
Text Example
Text Example
White with #F0D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D145; }
p { color: rgb(240,209,69); }
H1.HeaderClassName
{
color: #F0D145;
}
.AnyTagClassName
{
color: #F0D145;
}
</style>
background-color css
<style>
a { background-color: #F0D145; }
a { background-color: rgb(240,209,69); }
div.DivClassName
{
background-color: #F0D145;
}
.BgClassName
{
background-color: #F0D145;
}
</style>
border-color css
<style>
span { border-color: #F0D145; }
span { border-color: rgb(240,209,69); }
td.TdClassName
{
border-color: #F0D145;
}
.TagClassName
{
border-color: #F0D145;
}
</style>