Shades of Festival #F3C945
Tints of Festival #F3C945
RGB
CMYK
RGB Variations
Color information
#F3C945 (or 0xF3C945) is known color: Festival. HEX triplet: F3, C9 and 45. RGB value is (243,201,69). Sum of RGB (Red+Green+Blue) = 243+201+69=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C945 is #0C36BA. Grayscale: #C7C7C7. Windows color (decimal): -800443 or 4573683. OLE color: 4573683.
HSL color Cylindrical-coordinate representation of color #F3C945: hue angle of 45.52º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3C945 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 69 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.05 |
| HSL | 45.52º | 0.88% | 0.61% | - |
| HSV(B) | 45.52º | 0.72% | 0.95% | - |
| XYZ | 58.92 | 61.26 | 14.35 | - |
| YUV | 198.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 69 | 0 | 0.17 | 0.72 | 0.05 | 45.52 | 0.88 | 0.61 |
| Hex | F3 | C9 | 45 | 0 | 11 | 48 | 5 | 2E | 58 | 3D |
| Octal | 363 | 311 | 105 | 0 | 21 | 110 | 5 | 56 | 130 | 75 |
| Binary | 11110011 | 11001001 | 1000101 | 0 | 10001 | 1001000 | 101 | 101110 | 1011000 | 111101 |
Color Harmonies of #F3C945
Complementary color
Monochromatic Colors of #F3C945
Black with #F3C945
Text Example
Text Example
White with #F3C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C945; }
p { color: rgb(243,201,69); }
H1.HeaderClassName
{
color: #F3C945;
}
.AnyTagClassName
{
color: #F3C945;
}
</style>
background-color css
<style>
a { background-color: #F3C945; }
a { background-color: rgb(243,201,69); }
div.DivClassName
{
background-color: #F3C945;
}
.BgClassName
{
background-color: #F3C945;
}
</style>
border-color css
<style>
span { border-color: #F3C945; }
span { border-color: rgb(243,201,69); }
td.TdClassName
{
border-color: #F3C945;
}
.TagClassName
{
border-color: #F3C945;
}
</style>