Shades of Festival #F0D14B
Tints of Festival #F0D14B
RGB
CMYK
RGB Variations
Color information
#F0D14B (or 0xF0D14B) is known color: Festival. HEX triplet: F0, D1 and 4B. RGB value is (240,209,75). Sum of RGB (Red+Green+Blue) = 240+209+75=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D14B is #0F2EB4. Grayscale: #CBCBCB. Windows color (decimal): -994997 or 4968944. OLE color: 4968944.
HSL color Cylindrical-coordinate representation of color #F0D14B: hue angle of 48.73º 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 #F0D14B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 75 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.06 |
| HSL | 48.73º | 0.85% | 0.62% | - |
| HSV(B) | 48.73º | 0.69% | 0.94% | - |
| XYZ | 60.01 | 64.63 | 15.97 | - |
| YUV | 202.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 75 | 0 | 0.13 | 0.69 | 0.06 | 48.73 | 0.85 | 0.62 |
| Hex | F0 | D1 | 4B | 0 | D | 45 | 6 | 31 | 55 | 3E |
| Octal | 360 | 321 | 113 | 0 | 15 | 105 | 6 | 61 | 125 | 76 |
| Binary | 11110000 | 11010001 | 1001011 | 0 | 1101 | 1000101 | 110 | 110001 | 1010101 | 111110 |
Color Harmonies of #F0D14B
Complementary color
Monochromatic Colors of #F0D14B
Black with #F0D14B
Text Example
Text Example
White with #F0D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D14B; }
p { color: rgb(240,209,75); }
H1.HeaderClassName
{
color: #F0D14B;
}
.AnyTagClassName
{
color: #F0D14B;
}
</style>
background-color css
<style>
a { background-color: #F0D14B; }
a { background-color: rgb(240,209,75); }
div.DivClassName
{
background-color: #F0D14B;
}
.BgClassName
{
background-color: #F0D14B;
}
</style>
border-color css
<style>
span { border-color: #F0D14B; }
span { border-color: rgb(240,209,75); }
td.TdClassName
{
border-color: #F0D14B;
}
.TagClassName
{
border-color: #F0D14B;
}
</style>