Shades of Festival #F0D04D
Tints of Festival #F0D04D
RGB
CMYK
RGB Variations
Color information
#F0D04D (or 0xF0D04D) is known color: Festival. HEX triplet: F0, D0 and 4D. RGB value is (240,208,77). Sum of RGB (Red+Green+Blue) = 240+208+77=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D04D is #0F2FB2. Grayscale: #CBCBCB. Windows color (decimal): -995251 or 5099760. OLE color: 5099760.
HSL color Cylindrical-coordinate representation of color #F0D04D: hue angle of 48.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D04D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.06 |
| HSL | 48.22º | 0.84% | 0.62% | - |
| HSV(B) | 48.22º | 0.68% | 0.94% | - |
| XYZ | 59.83 | 64.17 | 16.25 | - |
| YUV | 202.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 77 | 0 | 0.13 | 0.68 | 0.06 | 48.22 | 0.84 | 0.62 |
| Hex | F0 | D0 | 4D | 0 | D | 44 | 6 | 30 | 54 | 3E |
| Octal | 360 | 320 | 115 | 0 | 15 | 104 | 6 | 60 | 124 | 76 |
| Binary | 11110000 | 11010000 | 1001101 | 0 | 1101 | 1000100 | 110 | 110000 | 1010100 | 111110 |
Color Harmonies of #F0D04D
Complementary color
Monochromatic Colors of #F0D04D
Black with #F0D04D
Text Example
Text Example
White with #F0D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D04D; }
p { color: rgb(240,208,77); }
H1.HeaderClassName
{
color: #F0D04D;
}
.AnyTagClassName
{
color: #F0D04D;
}
</style>
background-color css
<style>
a { background-color: #F0D04D; }
a { background-color: rgb(240,208,77); }
div.DivClassName
{
background-color: #F0D04D;
}
.BgClassName
{
background-color: #F0D04D;
}
</style>
border-color css
<style>
span { border-color: #F0D04D; }
span { border-color: rgb(240,208,77); }
td.TdClassName
{
border-color: #F0D04D;
}
.TagClassName
{
border-color: #F0D04D;
}
</style>