Shades of Festival #F3C946
Tints of Festival #F3C946
RGB
CMYK
RGB Variations
Color information
#F3C946 (or 0xF3C946) is known color: Festival. HEX triplet: F3, C9 and 46. RGB value is (243,201,70). Sum of RGB (Red+Green+Blue) = 243+201+70=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C946 is #0C36B9. Grayscale: #C7C7C7. Windows color (decimal): -800442 or 4639219. OLE color: 4639219.
HSL color Cylindrical-coordinate representation of color #F3C946: hue angle of 45.43º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3C946 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 70 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.05 |
| HSL | 45.43º | 0.88% | 0.61% | - |
| HSV(B) | 45.43º | 0.71% | 0.95% | - |
| XYZ | 58.95 | 61.27 | 14.51 | - |
| YUV | 198.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 70 | 0 | 0.17 | 0.71 | 0.05 | 45.43 | 0.88 | 0.61 |
| Hex | F3 | C9 | 46 | 0 | 11 | 47 | 5 | 2D | 58 | 3D |
| Octal | 363 | 311 | 106 | 0 | 21 | 107 | 5 | 55 | 130 | 75 |
| Binary | 11110011 | 11001001 | 1000110 | 0 | 10001 | 1000111 | 101 | 101101 | 1011000 | 111101 |
Color Harmonies of #F3C946
Complementary color
Monochromatic Colors of #F3C946
Black with #F3C946
Text Example
Text Example
White with #F3C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C946; }
p { color: rgb(243,201,70); }
H1.HeaderClassName
{
color: #F3C946;
}
.AnyTagClassName
{
color: #F3C946;
}
</style>
background-color css
<style>
a { background-color: #F3C946; }
a { background-color: rgb(243,201,70); }
div.DivClassName
{
background-color: #F3C946;
}
.BgClassName
{
background-color: #F3C946;
}
</style>
border-color css
<style>
span { border-color: #F3C946; }
span { border-color: rgb(243,201,70); }
td.TdClassName
{
border-color: #F3C946;
}
.TagClassName
{
border-color: #F3C946;
}
</style>