Shades of Festival #F0D148
Tints of Festival #F0D148
RGB
CMYK
RGB Variations
Color information
#F0D148 (or 0xF0D148) is known color: Festival. HEX triplet: F0, D1 and 48. RGB value is (240,209,72). Sum of RGB (Red+Green+Blue) = 240+209+72=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D148 is #0F2EB7. Grayscale: #CBCBCB. Windows color (decimal): -995000 or 4772336. OLE color: 4772336.
HSL color Cylindrical-coordinate representation of color #F0D148: hue angle of 48.93º 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 #F0D148 is Cyan = 0, Magento = 0.13, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 72 | - |
| CMYK | 0 | 0.13 | 0.7 | 0.06 |
| HSL | 48.93º | 0.85% | 0.61% | - |
| HSV(B) | 48.93º | 0.7% | 0.94% | - |
| XYZ | 59.91 | 64.59 | 15.44 | - |
| YUV | 202.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 72 | 0 | 0.13 | 0.7 | 0.06 | 48.93 | 0.85 | 0.61 |
| Hex | F0 | D1 | 48 | 0 | D | 46 | 6 | 31 | 55 | 3D |
| Octal | 360 | 321 | 110 | 0 | 15 | 106 | 6 | 61 | 125 | 75 |
| Binary | 11110000 | 11010001 | 1001000 | 0 | 1101 | 1000110 | 110 | 110001 | 1010101 | 111101 |
Color Harmonies of #F0D148
Complementary color
Monochromatic Colors of #F0D148
Black with #F0D148
Text Example
Text Example
White with #F0D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D148; }
p { color: rgb(240,209,72); }
H1.HeaderClassName
{
color: #F0D148;
}
.AnyTagClassName
{
color: #F0D148;
}
</style>
background-color css
<style>
a { background-color: #F0D148; }
a { background-color: rgb(240,209,72); }
div.DivClassName
{
background-color: #F0D148;
}
.BgClassName
{
background-color: #F0D148;
}
</style>
border-color css
<style>
span { border-color: #F0D148; }
span { border-color: rgb(240,209,72); }
td.TdClassName
{
border-color: #F0D148;
}
.TagClassName
{
border-color: #F0D148;
}
</style>