Shades of Festival #F3C849
Tints of Festival #F3C849
RGB
CMYK
RGB Variations
Color information
#F3C849 (or 0xF3C849) is known color: Festival. HEX triplet: F3, C8 and 49. RGB value is (243,200,73). Sum of RGB (Red+Green+Blue) = 243+200+73=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C849 is #0C37B6. Grayscale: #C6C6C6. Windows color (decimal): -800695 or 4835571. OLE color: 4835571.
HSL color Cylindrical-coordinate representation of color #F3C849: hue angle of 44.82º 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 #F3C849 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 73 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.05 |
| HSL | 44.82º | 0.88% | 0.62% | - |
| HSV(B) | 44.82º | 0.7% | 0.95% | - |
| XYZ | 58.82 | 60.84 | 14.95 | - |
| YUV | 198.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 73 | 0 | 0.18 | 0.70 | 0.05 | 44.82 | 0.88 | 0.62 |
| Hex | F3 | C8 | 49 | 0 | 12 | 46 | 5 | 2D | 58 | 3E |
| Octal | 363 | 310 | 111 | 0 | 22 | 106 | 5 | 55 | 130 | 76 |
| Binary | 11110011 | 11001000 | 1001001 | 0 | 10010 | 1000110 | 101 | 101101 | 1011000 | 111110 |
Color Harmonies of #F3C849
Complementary color
Monochromatic Colors of #F3C849
Black with #F3C849
Text Example
Text Example
White with #F3C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C849; }
p { color: rgb(243,200,73); }
H1.HeaderClassName
{
color: #F3C849;
}
.AnyTagClassName
{
color: #F3C849;
}
</style>
background-color css
<style>
a { background-color: #F3C849; }
a { background-color: rgb(243,200,73); }
div.DivClassName
{
background-color: #F3C849;
}
.BgClassName
{
background-color: #F3C849;
}
</style>
border-color css
<style>
span { border-color: #F3C849; }
span { border-color: rgb(243,200,73); }
td.TdClassName
{
border-color: #F3C849;
}
.TagClassName
{
border-color: #F3C849;
}
</style>