Shades of Festival #F8C844
Tints of Festival #F8C844
RGB
CMYK
RGB Variations
Color information
#F8C844 (or 0xF8C844) is known color: Festival. HEX triplet: F8, C8 and 44. RGB value is (248,200,68). Sum of RGB (Red+Green+Blue) = 248+200+68=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C844 is #0737BB. Grayscale: #C7C7C7. Windows color (decimal): -473020 or 4507896. OLE color: 4507896.
HSL color Cylindrical-coordinate representation of color #F8C844: hue angle of 44º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8C844 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.03 |
| HSL | 44º | 0.93% | 0.62% | - |
| HSV(B) | 44º | 0.73% | 0.97% | - |
| XYZ | 60.41 | 61.68 | 14.19 | - |
| YUV | 199.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 68 | 0 | 0.19 | 0.73 | 0.03 | 44 | 0.93 | 0.62 |
| Hex | F8 | C8 | 44 | 0 | 13 | 49 | 3 | 2C | 5D | 3E |
| Octal | 370 | 310 | 104 | 0 | 23 | 111 | 3 | 54 | 135 | 76 |
| Binary | 11111000 | 11001000 | 1000100 | 0 | 10011 | 1001001 | 11 | 101100 | 1011101 | 111110 |
Color Harmonies of #F8C844
Complementary color
Monochromatic Colors of #F8C844
Black with #F8C844
Text Example
Text Example
White with #F8C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C844; }
p { color: rgb(248,200,68); }
H1.HeaderClassName
{
color: #F8C844;
}
.AnyTagClassName
{
color: #F8C844;
}
</style>
background-color css
<style>
a { background-color: #F8C844; }
a { background-color: rgb(248,200,68); }
div.DivClassName
{
background-color: #F8C844;
}
.BgClassName
{
background-color: #F8C844;
}
</style>
border-color css
<style>
span { border-color: #F8C844; }
span { border-color: rgb(248,200,68); }
td.TdClassName
{
border-color: #F8C844;
}
.TagClassName
{
border-color: #F8C844;
}
</style>