Shades of Festival #F3C848
Tints of Festival #F3C848
RGB
CMYK
RGB Variations
Color information
#F3C848 (or 0xF3C848) is known color: Festival. HEX triplet: F3, C8 and 48. RGB value is (243,200,72). Sum of RGB (Red+Green+Blue) = 243+200+72=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C848 is #0C37B7. Grayscale: #C6C6C6. Windows color (decimal): -800696 or 4770035. OLE color: 4770035.
HSL color Cylindrical-coordinate representation of color #F3C848: hue angle of 44.91º 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 #F3C848 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 72 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.05 |
| HSL | 44.91º | 0.88% | 0.62% | - |
| HSV(B) | 44.91º | 0.7% | 0.95% | - |
| XYZ | 58.79 | 60.83 | 14.77 | - |
| YUV | 198.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 72 | 0 | 0.18 | 0.70 | 0.05 | 44.91 | 0.88 | 0.62 |
| Hex | F3 | C8 | 48 | 0 | 12 | 46 | 5 | 2D | 58 | 3E |
| Octal | 363 | 310 | 110 | 0 | 22 | 106 | 5 | 55 | 130 | 76 |
| Binary | 11110011 | 11001000 | 1001000 | 0 | 10010 | 1000110 | 101 | 101101 | 1011000 | 111110 |
Color Harmonies of #F3C848
Complementary color
Monochromatic Colors of #F3C848
Black with #F3C848
Text Example
Text Example
White with #F3C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C848; }
p { color: rgb(243,200,72); }
H1.HeaderClassName
{
color: #F3C848;
}
.AnyTagClassName
{
color: #F3C848;
}
</style>
background-color css
<style>
a { background-color: #F3C848; }
a { background-color: rgb(243,200,72); }
div.DivClassName
{
background-color: #F3C848;
}
.BgClassName
{
background-color: #F3C848;
}
</style>
border-color css
<style>
span { border-color: #F3C848; }
span { border-color: rgb(243,200,72); }
td.TdClassName
{
border-color: #F3C848;
}
.TagClassName
{
border-color: #F3C848;
}
</style>