Shades of Festival #F2CC49
Tints of Festival #F2CC49
RGB
CMYK
RGB Variations
Color information
#F2CC49 (or 0xF2CC49) is known color: Festival. HEX triplet: F2, CC and 49. RGB value is (242,204,73). Sum of RGB (Red+Green+Blue) = 242+204+73=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC49 is #0D33B6. Grayscale: #C8C8C8. Windows color (decimal): -865207 or 4836594. OLE color: 4836594.
HSL color Cylindrical-coordinate representation of color #F2CC49: hue angle of 46.51º 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 #F2CC49 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 73 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.05 |
| HSL | 46.51º | 0.87% | 0.62% | - |
| HSV(B) | 46.51º | 0.7% | 0.95% | - |
| XYZ | 59.41 | 62.54 | 15.24 | - |
| YUV | 200.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 73 | 0 | 0.16 | 0.70 | 0.05 | 46.51 | 0.87 | 0.62 |
| Hex | F2 | CC | 49 | 0 | 10 | 46 | 5 | 2F | 57 | 3E |
| Octal | 362 | 314 | 111 | 0 | 20 | 106 | 5 | 57 | 127 | 76 |
| Binary | 11110010 | 11001100 | 1001001 | 0 | 10000 | 1000110 | 101 | 101111 | 1010111 | 111110 |
Color Harmonies of #F2CC49
Complementary color
Monochromatic Colors of #F2CC49
Black with #F2CC49
Text Example
Text Example
White with #F2CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC49; }
p { color: rgb(242,204,73); }
H1.HeaderClassName
{
color: #F2CC49;
}
.AnyTagClassName
{
color: #F2CC49;
}
</style>
background-color css
<style>
a { background-color: #F2CC49; }
a { background-color: rgb(242,204,73); }
div.DivClassName
{
background-color: #F2CC49;
}
.BgClassName
{
background-color: #F2CC49;
}
</style>
border-color css
<style>
span { border-color: #F2CC49; }
span { border-color: rgb(242,204,73); }
td.TdClassName
{
border-color: #F2CC49;
}
.TagClassName
{
border-color: #F2CC49;
}
</style>