Shades of Festival #F5C746
Tints of Festival #F5C746
RGB
CMYK
RGB Variations
Color information
#F5C746 (or 0xF5C746) is known color: Festival. HEX triplet: F5, C7 and 46. RGB value is (245,199,70). Sum of RGB (Red+Green+Blue) = 245+199+70=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C746 is #0A38B9. Grayscale: #C6C6C6. Windows color (decimal): -669882 or 4638709. OLE color: 4638709.
HSL color Cylindrical-coordinate representation of color #F5C746: hue angle of 44.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5C746 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 70 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.04 |
| HSL | 44.23º | 0.9% | 0.62% | - |
| HSV(B) | 44.23º | 0.71% | 0.96% | - |
| XYZ | 59.19 | 60.7 | 14.39 | - |
| YUV | 198.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 70 | 0 | 0.19 | 0.71 | 0.04 | 44.23 | 0.9 | 0.62 |
| Hex | F5 | C7 | 46 | 0 | 13 | 47 | 4 | 2C | 5A | 3E |
| Octal | 365 | 307 | 106 | 0 | 23 | 107 | 4 | 54 | 132 | 76 |
| Binary | 11110101 | 11000111 | 1000110 | 0 | 10011 | 1000111 | 100 | 101100 | 1011010 | 111110 |
Color Harmonies of #F5C746
Complementary color
Monochromatic Colors of #F5C746
Black with #F5C746
Text Example
Text Example
White with #F5C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C746; }
p { color: rgb(245,199,70); }
H1.HeaderClassName
{
color: #F5C746;
}
.AnyTagClassName
{
color: #F5C746;
}
</style>
background-color css
<style>
a { background-color: #F5C746; }
a { background-color: rgb(245,199,70); }
div.DivClassName
{
background-color: #F5C746;
}
.BgClassName
{
background-color: #F5C746;
}
</style>
border-color css
<style>
span { border-color: #F5C746; }
span { border-color: rgb(245,199,70); }
td.TdClassName
{
border-color: #F5C746;
}
.TagClassName
{
border-color: #F5C746;
}
</style>