Shades of Festival #F0D045
Tints of Festival #F0D045
RGB
CMYK
RGB Variations
Color information
#F0D045 (or 0xF0D045) is known color: Festival. HEX triplet: F0, D0 and 45. RGB value is (240,208,69). Sum of RGB (Red+Green+Blue) = 240+208+69=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D045 is #0F2FBA. Grayscale: #CACACA. Windows color (decimal): -995259 or 4575472. OLE color: 4575472.
HSL color Cylindrical-coordinate representation of color #F0D045: hue angle of 48.77º 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 #F0D045 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.06 |
| HSL | 48.77º | 0.85% | 0.61% | - |
| HSV(B) | 48.77º | 0.71% | 0.94% | - |
| XYZ | 59.57 | 64.07 | 14.86 | - |
| YUV | 201.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 69 | 0 | 0.13 | 0.71 | 0.06 | 48.77 | 0.85 | 0.61 |
| Hex | F0 | D0 | 45 | 0 | D | 47 | 6 | 31 | 55 | 3D |
| Octal | 360 | 320 | 105 | 0 | 15 | 107 | 6 | 61 | 125 | 75 |
| Binary | 11110000 | 11010000 | 1000101 | 0 | 1101 | 1000111 | 110 | 110001 | 1010101 | 111101 |
Color Harmonies of #F0D045
Complementary color
Monochromatic Colors of #F0D045
Black with #F0D045
Text Example
Text Example
White with #F0D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D045; }
p { color: rgb(240,208,69); }
H1.HeaderClassName
{
color: #F0D045;
}
.AnyTagClassName
{
color: #F0D045;
}
</style>
background-color css
<style>
a { background-color: #F0D045; }
a { background-color: rgb(240,208,69); }
div.DivClassName
{
background-color: #F0D045;
}
.BgClassName
{
background-color: #F0D045;
}
</style>
border-color css
<style>
span { border-color: #F0D045; }
span { border-color: rgb(240,208,69); }
td.TdClassName
{
border-color: #F0D045;
}
.TagClassName
{
border-color: #F0D045;
}
</style>