Shades of Festival #F2CA49
Tints of Festival #F2CA49
RGB
CMYK
RGB Variations
Color information
#F2CA49 (or 0xF2CA49) is known color: Festival. HEX triplet: F2, CA and 49. RGB value is (242,202,73). Sum of RGB (Red+Green+Blue) = 242+202+73=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA49 is #0D35B6. Grayscale: #C7C7C7. Windows color (decimal): -865719 or 4836082. OLE color: 4836082.
HSL color Cylindrical-coordinate representation of color #F2CA49: hue angle of 45.8º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2CA49 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 73 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.05 |
| HSL | 45.8º | 0.87% | 0.62% | - |
| HSV(B) | 45.8º | 0.7% | 0.95% | - |
| XYZ | 58.94 | 61.6 | 15.09 | - |
| YUV | 199.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 73 | 0 | 0.17 | 0.70 | 0.05 | 45.8 | 0.87 | 0.62 |
| Hex | F2 | CA | 49 | 0 | 11 | 46 | 5 | 2E | 57 | 3E |
| Octal | 362 | 312 | 111 | 0 | 21 | 106 | 5 | 56 | 127 | 76 |
| Binary | 11110010 | 11001010 | 1001001 | 0 | 10001 | 1000110 | 101 | 101110 | 1010111 | 111110 |
Color Harmonies of #F2CA49
Complementary color
Monochromatic Colors of #F2CA49
Black with #F2CA49
Text Example
Text Example
White with #F2CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA49; }
p { color: rgb(242,202,73); }
H1.HeaderClassName
{
color: #F2CA49;
}
.AnyTagClassName
{
color: #F2CA49;
}
</style>
background-color css
<style>
a { background-color: #F2CA49; }
a { background-color: rgb(242,202,73); }
div.DivClassName
{
background-color: #F2CA49;
}
.BgClassName
{
background-color: #F2CA49;
}
</style>
border-color css
<style>
span { border-color: #F2CA49; }
span { border-color: rgb(242,202,73); }
td.TdClassName
{
border-color: #F2CA49;
}
.TagClassName
{
border-color: #F2CA49;
}
</style>