Shades of Festival #F0CA4E
Tints of Festival #F0CA4E
RGB
CMYK
RGB Variations
Color information
#F0CA4E (or 0xF0CA4E) is known color: Festival. HEX triplet: F0, CA and 4E. RGB value is (240,202,78). Sum of RGB (Red+Green+Blue) = 240+202+78=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA4E is #0F35B1. Grayscale: #C7C7C7. Windows color (decimal): -996786 or 5163760. OLE color: 5163760.
HSL color Cylindrical-coordinate representation of color #F0CA4E: hue angle of 45.93º 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 #F0CA4E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 78 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.06 |
| HSL | 45.93º | 0.84% | 0.62% | - |
| HSV(B) | 45.93º | 0.68% | 0.94% | - |
| XYZ | 58.43 | 61.32 | 15.96 | - |
| YUV | 199.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 78 | 0 | 0.16 | 0.68 | 0.06 | 45.93 | 0.84 | 0.62 |
| Hex | F0 | CA | 4E | 0 | 10 | 44 | 6 | 2E | 54 | 3E |
| Octal | 360 | 312 | 116 | 0 | 20 | 104 | 6 | 56 | 124 | 76 |
| Binary | 11110000 | 11001010 | 1001110 | 0 | 10000 | 1000100 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #F0CA4E
Complementary color
Monochromatic Colors of #F0CA4E
Black with #F0CA4E
Text Example
Text Example
White with #F0CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA4E; }
p { color: rgb(240,202,78); }
H1.HeaderClassName
{
color: #F0CA4E;
}
.AnyTagClassName
{
color: #F0CA4E;
}
</style>
background-color css
<style>
a { background-color: #F0CA4E; }
a { background-color: rgb(240,202,78); }
div.DivClassName
{
background-color: #F0CA4E;
}
.BgClassName
{
background-color: #F0CA4E;
}
</style>
border-color css
<style>
span { border-color: #F0CA4E; }
span { border-color: rgb(240,202,78); }
td.TdClassName
{
border-color: #F0CA4E;
}
.TagClassName
{
border-color: #F0CA4E;
}
</style>