Shades of Festival #F7C745
Tints of Festival #F7C745
RGB
CMYK
RGB Variations
Color information
#F7C745 (or 0xF7C745) is known color: Festival. HEX triplet: F7, C7 and 45. RGB value is (247,199,69). Sum of RGB (Red+Green+Blue) = 247+199+69=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C745 is #0838BA. Grayscale: #C7C7C7. Windows color (decimal): -538811 or 4573175. OLE color: 4573175.
HSL color Cylindrical-coordinate representation of color #F7C745: hue angle of 43.82º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7C745 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 69 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.03 |
| HSL | 43.82º | 0.92% | 0.62% | - |
| HSV(B) | 43.82º | 0.72% | 0.97% | - |
| XYZ | 59.86 | 61.05 | 14.26 | - |
| YUV | 198.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 69 | 0 | 0.19 | 0.72 | 0.03 | 43.82 | 0.92 | 0.62 |
| Hex | F7 | C7 | 45 | 0 | 13 | 48 | 3 | 2C | 5C | 3E |
| Octal | 367 | 307 | 105 | 0 | 23 | 110 | 3 | 54 | 134 | 76 |
| Binary | 11110111 | 11000111 | 1000101 | 0 | 10011 | 1001000 | 11 | 101100 | 1011100 | 111110 |
Color Harmonies of #F7C745
Complementary color
Monochromatic Colors of #F7C745
Black with #F7C745
Text Example
Text Example
White with #F7C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C745; }
p { color: rgb(247,199,69); }
H1.HeaderClassName
{
color: #F7C745;
}
.AnyTagClassName
{
color: #F7C745;
}
</style>
background-color css
<style>
a { background-color: #F7C745; }
a { background-color: rgb(247,199,69); }
div.DivClassName
{
background-color: #F7C745;
}
.BgClassName
{
background-color: #F7C745;
}
</style>
border-color css
<style>
span { border-color: #F7C745; }
span { border-color: rgb(247,199,69); }
td.TdClassName
{
border-color: #F7C745;
}
.TagClassName
{
border-color: #F7C745;
}
</style>