Shades of Festival #F0D547
Tints of Festival #F0D547
RGB
CMYK
RGB Variations
Color information
#F0D547 (or 0xF0D547) is known color: Festival. HEX triplet: F0, D5 and 47. RGB value is (240,213,71). Sum of RGB (Red+Green+Blue) = 240+213+71=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D547 is #0F2AB8. Grayscale: #CDCDCD. Windows color (decimal): -993977 or 4707824. OLE color: 4707824.
HSL color Cylindrical-coordinate representation of color #F0D547: hue angle of 50.41º 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 #F0D547 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 71 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.06 |
| HSL | 50.41º | 0.85% | 0.61% | - |
| HSV(B) | 50.41º | 0.7% | 0.94% | - |
| XYZ | 60.87 | 66.57 | 15.6 | - |
| YUV | 204.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 71 | 0 | 0.11 | 0.70 | 0.06 | 50.41 | 0.85 | 0.61 |
| Hex | F0 | D5 | 47 | 0 | B | 46 | 6 | 32 | 55 | 3D |
| Octal | 360 | 325 | 107 | 0 | 13 | 106 | 6 | 62 | 125 | 75 |
| Binary | 11110000 | 11010101 | 1000111 | 0 | 1011 | 1000110 | 110 | 110010 | 1010101 | 111101 |
Color Harmonies of #F0D547
Complementary color
Monochromatic Colors of #F0D547
Black with #F0D547
Text Example
Text Example
White with #F0D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D547; }
p { color: rgb(240,213,71); }
H1.HeaderClassName
{
color: #F0D547;
}
.AnyTagClassName
{
color: #F0D547;
}
</style>
background-color css
<style>
a { background-color: #F0D547; }
a { background-color: rgb(240,213,71); }
div.DivClassName
{
background-color: #F0D547;
}
.BgClassName
{
background-color: #F0D547;
}
</style>
border-color css
<style>
span { border-color: #F0D547; }
span { border-color: rgb(240,213,71); }
td.TdClassName
{
border-color: #F0D547;
}
.TagClassName
{
border-color: #F0D547;
}
</style>