Shades of Festival #F3C746
Tints of Festival #F3C746
RGB
CMYK
RGB Variations
Color information
#F3C746 (or 0xF3C746) is known color: Festival. HEX triplet: F3, C7 and 46. RGB value is (243,199,70). Sum of RGB (Red+Green+Blue) = 243+199+70=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C746 is #0C38B9. Grayscale: #C6C6C6. Windows color (decimal): -800954 or 4638707. OLE color: 4638707.
HSL color Cylindrical-coordinate representation of color #F3C746: hue angle of 44.74º 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 #F3C746 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 70 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.05 |
| HSL | 44.74º | 0.88% | 0.61% | - |
| HSV(B) | 44.74º | 0.71% | 0.95% | - |
| XYZ | 58.49 | 60.34 | 14.36 | - |
| YUV | 197.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 70 | 0 | 0.18 | 0.71 | 0.05 | 44.74 | 0.88 | 0.61 |
| Hex | F3 | C7 | 46 | 0 | 12 | 47 | 5 | 2D | 58 | 3D |
| Octal | 363 | 307 | 106 | 0 | 22 | 107 | 5 | 55 | 130 | 75 |
| Binary | 11110011 | 11000111 | 1000110 | 0 | 10010 | 1000111 | 101 | 101101 | 1011000 | 111101 |
Color Harmonies of #F3C746
Complementary color
Monochromatic Colors of #F3C746
Black with #F3C746
Text Example
Text Example
White with #F3C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C746; }
p { color: rgb(243,199,70); }
H1.HeaderClassName
{
color: #F3C746;
}
.AnyTagClassName
{
color: #F3C746;
}
</style>
background-color css
<style>
a { background-color: #F3C746; }
a { background-color: rgb(243,199,70); }
div.DivClassName
{
background-color: #F3C746;
}
.BgClassName
{
background-color: #F3C746;
}
</style>
border-color css
<style>
span { border-color: #F3C746; }
span { border-color: rgb(243,199,70); }
td.TdClassName
{
border-color: #F3C746;
}
.TagClassName
{
border-color: #F3C746;
}
</style>