Shades of Festival #F0D13D
Tints of Festival #F0D13D
RGB
CMYK
RGB Variations
Color information
#F0D13D (or 0xF0D13D) is known color: Festival. HEX triplet: F0, D1 and 3D. RGB value is (240,209,61). Sum of RGB (Red+Green+Blue) = 240+209+61=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D13D is #0F2EC2. Grayscale: #CACACA. Windows color (decimal): -995011 or 4051440. OLE color: 4051440.
HSL color Cylindrical-coordinate representation of color #F0D13D: hue angle of 49.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0D13D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 61 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.06 |
| HSL | 49.61º | 0.86% | 0.59% | - |
| HSV(B) | 49.61º | 0.75% | 0.94% | - |
| XYZ | 59.58 | 64.46 | 13.72 | - |
| YUV | 201.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 61 | 0 | 0.13 | 0.75 | 0.06 | 49.61 | 0.86 | 0.59 |
| Hex | F0 | D1 | 3D | 0 | D | 4B | 6 | 32 | 56 | 3B |
| Octal | 360 | 321 | 75 | 0 | 15 | 113 | 6 | 62 | 126 | 73 |
| Binary | 11110000 | 11010001 | 111101 | 0 | 1101 | 1001011 | 110 | 110010 | 1010110 | 111011 |
Color Harmonies of #F0D13D
Complementary color
Monochromatic Colors of #F0D13D
Black with #F0D13D
Text Example
Text Example
White with #F0D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D13D; }
p { color: rgb(240,209,61); }
H1.HeaderClassName
{
color: #F0D13D;
}
.AnyTagClassName
{
color: #F0D13D;
}
</style>
background-color css
<style>
a { background-color: #F0D13D; }
a { background-color: rgb(240,209,61); }
div.DivClassName
{
background-color: #F0D13D;
}
.BgClassName
{
background-color: #F0D13D;
}
</style>
border-color css
<style>
span { border-color: #F0D13D; }
span { border-color: rgb(240,209,61); }
td.TdClassName
{
border-color: #F0D13D;
}
.TagClassName
{
border-color: #F0D13D;
}
</style>