Shades of Festival #F3C841
Tints of Festival #F3C841
RGB
CMYK
RGB Variations
Color information
#F3C841 (or 0xF3C841) is known color: Festival. HEX triplet: F3, C8 and 41. RGB value is (243,200,65). Sum of RGB (Red+Green+Blue) = 243+200+65=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C841 is #0C37BE. Grayscale: #C6C6C6. Windows color (decimal): -800703 or 4311283. OLE color: 4311283.
HSL color Cylindrical-coordinate representation of color #F3C841: hue angle of 45.51º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3C841 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 65 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.05 |
| HSL | 45.51º | 0.88% | 0.6% | - |
| HSV(B) | 45.51º | 0.73% | 0.95% | - |
| XYZ | 58.57 | 60.74 | 13.64 | - |
| YUV | 197.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 65 | 0 | 0.18 | 0.73 | 0.05 | 45.51 | 0.88 | 0.6 |
| Hex | F3 | C8 | 41 | 0 | 12 | 49 | 5 | 2E | 58 | 3C |
| Octal | 363 | 310 | 101 | 0 | 22 | 111 | 5 | 56 | 130 | 74 |
| Binary | 11110011 | 11001000 | 1000001 | 0 | 10010 | 1001001 | 101 | 101110 | 1011000 | 111100 |
Color Harmonies of #F3C841
Complementary color
Monochromatic Colors of #F3C841
Black with #F3C841
Text Example
Text Example
White with #F3C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C841; }
p { color: rgb(243,200,65); }
H1.HeaderClassName
{
color: #F3C841;
}
.AnyTagClassName
{
color: #F3C841;
}
</style>
background-color css
<style>
a { background-color: #F3C841; }
a { background-color: rgb(243,200,65); }
div.DivClassName
{
background-color: #F3C841;
}
.BgClassName
{
background-color: #F3C841;
}
</style>
border-color css
<style>
span { border-color: #F3C841; }
span { border-color: rgb(243,200,65); }
td.TdClassName
{
border-color: #F3C841;
}
.TagClassName
{
border-color: #F3C841;
}
</style>