Shades of Festival #F0CA4D
Tints of Festival #F0CA4D
RGB
CMYK
RGB Variations
Color information
#F0CA4D (or 0xF0CA4D) is known color: Festival. HEX triplet: F0, CA and 4D. RGB value is (240,202,77). Sum of RGB (Red+Green+Blue) = 240+202+77=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA4D is #0F35B2. Grayscale: #C7C7C7. Windows color (decimal): -996787 or 5098224. OLE color: 5098224.
HSL color Cylindrical-coordinate representation of color #F0CA4D: hue angle of 46.01º 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 #F0CA4D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 77 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.06 |
| HSL | 46.01º | 0.84% | 0.62% | - |
| HSV(B) | 46.01º | 0.68% | 0.94% | - |
| XYZ | 58.4 | 61.3 | 15.78 | - |
| YUV | 199.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 77 | 0 | 0.16 | 0.68 | 0.06 | 46.01 | 0.84 | 0.62 |
| Hex | F0 | CA | 4D | 0 | 10 | 44 | 6 | 2E | 54 | 3E |
| Octal | 360 | 312 | 115 | 0 | 20 | 104 | 6 | 56 | 124 | 76 |
| Binary | 11110000 | 11001010 | 1001101 | 0 | 10000 | 1000100 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #F0CA4D
Complementary color
Monochromatic Colors of #F0CA4D
Black with #F0CA4D
Text Example
Text Example
White with #F0CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA4D; }
p { color: rgb(240,202,77); }
H1.HeaderClassName
{
color: #F0CA4D;
}
.AnyTagClassName
{
color: #F0CA4D;
}
</style>
background-color css
<style>
a { background-color: #F0CA4D; }
a { background-color: rgb(240,202,77); }
div.DivClassName
{
background-color: #F0CA4D;
}
.BgClassName
{
background-color: #F0CA4D;
}
</style>
border-color css
<style>
span { border-color: #F0CA4D; }
span { border-color: rgb(240,202,77); }
td.TdClassName
{
border-color: #F0CA4D;
}
.TagClassName
{
border-color: #F0CA4D;
}
</style>