Shades of Festival #F0D548
Tints of Festival #F0D548
RGB
CMYK
RGB Variations
Color information
#F0D548 (or 0xF0D548) is known color: Festival. HEX triplet: F0, D5 and 48. RGB value is (240,213,72). Sum of RGB (Red+Green+Blue) = 240+213+72=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D548 is #0F2AB7. Grayscale: #CDCDCD. Windows color (decimal): -993976 or 4773360. OLE color: 4773360.
HSL color Cylindrical-coordinate representation of color #F0D548: hue angle of 50.36º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0D548 is Cyan = 0, Magento = 0.11, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 72 | - |
| CMYK | 0 | 0.11 | 0.7 | 0.06 |
| HSL | 50.36º | 0.85% | 0.61% | - |
| HSV(B) | 50.36º | 0.7% | 0.94% | - |
| XYZ | 60.9 | 66.58 | 15.77 | - |
| YUV | 205 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 72 | 0 | 0.11 | 0.7 | 0.06 | 50.36 | 0.85 | 0.61 |
| Hex | F0 | D5 | 48 | 0 | B | 46 | 6 | 32 | 55 | 3D |
| Octal | 360 | 325 | 110 | 0 | 13 | 106 | 6 | 62 | 125 | 75 |
| Binary | 11110000 | 11010101 | 1001000 | 0 | 1011 | 1000110 | 110 | 110010 | 1010101 | 111101 |
Color Harmonies of #F0D548
Complementary color
Monochromatic Colors of #F0D548
Black with #F0D548
Text Example
Text Example
White with #F0D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D548; }
p { color: rgb(240,213,72); }
H1.HeaderClassName
{
color: #F0D548;
}
.AnyTagClassName
{
color: #F0D548;
}
</style>
background-color css
<style>
a { background-color: #F0D548; }
a { background-color: rgb(240,213,72); }
div.DivClassName
{
background-color: #F0D548;
}
.BgClassName
{
background-color: #F0D548;
}
</style>
border-color css
<style>
span { border-color: #F0D548; }
span { border-color: rgb(240,213,72); }
td.TdClassName
{
border-color: #F0D548;
}
.TagClassName
{
border-color: #F0D548;
}
</style>