Shades of Festival #F0D24A
Tints of Festival #F0D24A
RGB
CMYK
RGB Variations
Color information
#F0D24A (or 0xF0D24A) is known color: Festival. HEX triplet: F0, D2 and 4A. RGB value is (240,210,74). Sum of RGB (Red+Green+Blue) = 240+210+74=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D24A is #0F2DB5. Grayscale: #CCCCCC. Windows color (decimal): -994742 or 4903664. OLE color: 4903664.
HSL color Cylindrical-coordinate representation of color #F0D24A: hue angle of 49.16º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0D24A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 74 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.06 |
| HSL | 49.16º | 0.85% | 0.62% | - |
| HSV(B) | 49.16º | 0.69% | 0.94% | - |
| XYZ | 60.22 | 65.11 | 15.87 | - |
| YUV | 203.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 74 | 0 | 0.12 | 0.69 | 0.06 | 49.16 | 0.85 | 0.62 |
| Hex | F0 | D2 | 4A | 0 | C | 45 | 6 | 31 | 55 | 3E |
| Octal | 360 | 322 | 112 | 0 | 14 | 105 | 6 | 61 | 125 | 76 |
| Binary | 11110000 | 11010010 | 1001010 | 0 | 1100 | 1000101 | 110 | 110001 | 1010101 | 111110 |
Color Harmonies of #F0D24A
Complementary color
Monochromatic Colors of #F0D24A
Black with #F0D24A
Text Example
Text Example
White with #F0D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D24A; }
p { color: rgb(240,210,74); }
H1.HeaderClassName
{
color: #F0D24A;
}
.AnyTagClassName
{
color: #F0D24A;
}
</style>
background-color css
<style>
a { background-color: #F0D24A; }
a { background-color: rgb(240,210,74); }
div.DivClassName
{
background-color: #F0D24A;
}
.BgClassName
{
background-color: #F0D24A;
}
</style>
border-color css
<style>
span { border-color: #F0D24A; }
span { border-color: rgb(240,210,74); }
td.TdClassName
{
border-color: #F0D24A;
}
.TagClassName
{
border-color: #F0D24A;
}
</style>