Shades of Festival #F3C949
Tints of Festival #F3C949
RGB
CMYK
RGB Variations
Color information
#F3C949 (or 0xF3C949) is known color: Festival. HEX triplet: F3, C9 and 49. RGB value is (243,201,73). Sum of RGB (Red+Green+Blue) = 243+201+73=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C949 is #0C36B6. Grayscale: #C7C7C7. Windows color (decimal): -800439 or 4835827. OLE color: 4835827.
HSL color Cylindrical-coordinate representation of color #F3C949: hue angle of 45.18º 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 #F3C949 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 73 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.05 |
| HSL | 45.18º | 0.88% | 0.62% | - |
| HSV(B) | 45.18º | 0.7% | 0.95% | - |
| XYZ | 59.05 | 61.31 | 15.02 | - |
| YUV | 198.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 73 | 0 | 0.17 | 0.70 | 0.05 | 45.18 | 0.88 | 0.62 |
| Hex | F3 | C9 | 49 | 0 | 11 | 46 | 5 | 2D | 58 | 3E |
| Octal | 363 | 311 | 111 | 0 | 21 | 106 | 5 | 55 | 130 | 76 |
| Binary | 11110011 | 11001001 | 1001001 | 0 | 10001 | 1000110 | 101 | 101101 | 1011000 | 111110 |
Color Harmonies of #F3C949
Complementary color
Monochromatic Colors of #F3C949
Black with #F3C949
Text Example
Text Example
White with #F3C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C949; }
p { color: rgb(243,201,73); }
H1.HeaderClassName
{
color: #F3C949;
}
.AnyTagClassName
{
color: #F3C949;
}
</style>
background-color css
<style>
a { background-color: #F3C949; }
a { background-color: rgb(243,201,73); }
div.DivClassName
{
background-color: #F3C949;
}
.BgClassName
{
background-color: #F3C949;
}
</style>
border-color css
<style>
span { border-color: #F3C949; }
span { border-color: rgb(243,201,73); }
td.TdClassName
{
border-color: #F3C949;
}
.TagClassName
{
border-color: #F3C949;
}
</style>