Shades of Festival #F8C845
Tints of Festival #F8C845
RGB
CMYK
RGB Variations
Color information
#F8C845 (or 0xF8C845) is known color: Festival. HEX triplet: F8, C8 and 45. RGB value is (248,200,69). Sum of RGB (Red+Green+Blue) = 248+200+69=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C845 is #0737BA. Grayscale: #C7C7C7. Windows color (decimal): -473019 or 4573432. OLE color: 4573432.
HSL color Cylindrical-coordinate representation of color #F8C845: hue angle of 43.91º degrees, saturation: 0.93, 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 #F8C845 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 69 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.03 |
| HSL | 43.91º | 0.93% | 0.62% | - |
| HSV(B) | 43.91º | 0.72% | 0.97% | - |
| XYZ | 60.44 | 61.69 | 14.35 | - |
| YUV | 199.42 | 54.4 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 69 | 0 | 0.19 | 0.72 | 0.03 | 43.91 | 0.93 | 0.62 |
| Hex | F8 | C8 | 45 | 0 | 13 | 48 | 3 | 2C | 5D | 3E |
| Octal | 370 | 310 | 105 | 0 | 23 | 110 | 3 | 54 | 135 | 76 |
| Binary | 11111000 | 11001000 | 1000101 | 0 | 10011 | 1001000 | 11 | 101100 | 1011101 | 111110 |
Color Harmonies of #F8C845
Complementary color
Monochromatic Colors of #F8C845
Black with #F8C845
Text Example
Text Example
White with #F8C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C845; }
p { color: rgb(248,200,69); }
H1.HeaderClassName
{
color: #F8C845;
}
.AnyTagClassName
{
color: #F8C845;
}
</style>
background-color css
<style>
a { background-color: #F8C845; }
a { background-color: rgb(248,200,69); }
div.DivClassName
{
background-color: #F8C845;
}
.BgClassName
{
background-color: #F8C845;
}
</style>
border-color css
<style>
span { border-color: #F8C845; }
span { border-color: rgb(248,200,69); }
td.TdClassName
{
border-color: #F8C845;
}
.TagClassName
{
border-color: #F8C845;
}
</style>