Shades of Festival #F3CB49
Tints of Festival #F3CB49
RGB
CMYK
RGB Variations
Color information
#F3CB49 (or 0xF3CB49) is known color: Festival. HEX triplet: F3, CB and 49. RGB value is (243,203,73). Sum of RGB (Red+Green+Blue) = 243+203+73=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB49 is #0C34B6. Grayscale: #C8C8C8. Windows color (decimal): -799927 or 4836339. OLE color: 4836339.
HSL color Cylindrical-coordinate representation of color #F3CB49: hue angle of 45.88º degrees, saturation: 0.88, 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 #F3CB49 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 73 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.05 |
| HSL | 45.88º | 0.88% | 0.62% | - |
| HSV(B) | 45.88º | 0.7% | 0.95% | - |
| XYZ | 59.52 | 62.25 | 15.18 | - |
| YUV | 200.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 73 | 0 | 0.16 | 0.70 | 0.05 | 45.88 | 0.88 | 0.62 |
| Hex | F3 | CB | 49 | 0 | 10 | 46 | 5 | 2E | 58 | 3E |
| Octal | 363 | 313 | 111 | 0 | 20 | 106 | 5 | 56 | 130 | 76 |
| Binary | 11110011 | 11001011 | 1001001 | 0 | 10000 | 1000110 | 101 | 101110 | 1011000 | 111110 |
Color Harmonies of #F3CB49
Complementary color
Monochromatic Colors of #F3CB49
Black with #F3CB49
Text Example
Text Example
White with #F3CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB49; }
p { color: rgb(243,203,73); }
H1.HeaderClassName
{
color: #F3CB49;
}
.AnyTagClassName
{
color: #F3CB49;
}
</style>
background-color css
<style>
a { background-color: #F3CB49; }
a { background-color: rgb(243,203,73); }
div.DivClassName
{
background-color: #F3CB49;
}
.BgClassName
{
background-color: #F3CB49;
}
</style>
border-color css
<style>
span { border-color: #F3CB49; }
span { border-color: rgb(243,203,73); }
td.TdClassName
{
border-color: #F3CB49;
}
.TagClassName
{
border-color: #F3CB49;
}
</style>