Shades of Festival #F0D143
Tints of Festival #F0D143
RGB
CMYK
RGB Variations
Color information
#F0D143 (or 0xF0D143) is known color: Festival. HEX triplet: F0, D1 and 43. RGB value is (240,209,67). Sum of RGB (Red+Green+Blue) = 240+209+67=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D143 is #0F2EBC. Grayscale: #CACACA. Windows color (decimal): -995005 or 4444656. OLE color: 4444656.
HSL color Cylindrical-coordinate representation of color #F0D143: hue angle of 49.25º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0D143 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.06 |
| HSL | 49.25º | 0.85% | 0.6% | - |
| HSV(B) | 49.25º | 0.72% | 0.94% | - |
| XYZ | 59.75 | 64.53 | 14.62 | - |
| YUV | 202.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 67 | 0 | 0.13 | 0.72 | 0.06 | 49.25 | 0.85 | 0.6 |
| Hex | F0 | D1 | 43 | 0 | D | 48 | 6 | 31 | 55 | 3C |
| Octal | 360 | 321 | 103 | 0 | 15 | 110 | 6 | 61 | 125 | 74 |
| Binary | 11110000 | 11010001 | 1000011 | 0 | 1101 | 1001000 | 110 | 110001 | 1010101 | 111100 |
Color Harmonies of #F0D143
Complementary color
Monochromatic Colors of #F0D143
Black with #F0D143
Text Example
Text Example
White with #F0D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D143; }
p { color: rgb(240,209,67); }
H1.HeaderClassName
{
color: #F0D143;
}
.AnyTagClassName
{
color: #F0D143;
}
</style>
background-color css
<style>
a { background-color: #F0D143; }
a { background-color: rgb(240,209,67); }
div.DivClassName
{
background-color: #F0D143;
}
.BgClassName
{
background-color: #F0D143;
}
</style>
border-color css
<style>
span { border-color: #F0D143; }
span { border-color: rgb(240,209,67); }
td.TdClassName
{
border-color: #F0D143;
}
.TagClassName
{
border-color: #F0D143;
}
</style>