Shades of Festival #F8C943
Tints of Festival #F8C943
RGB
CMYK
RGB Variations
Color information
#F8C943 (or 0xF8C943) is known color: Festival. HEX triplet: F8, C9 and 43. RGB value is (248,201,67). Sum of RGB (Red+Green+Blue) = 248+201+67=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C943 is #0736BC. Grayscale: #C8C8C8. Windows color (decimal): -472765 or 4442616. OLE color: 4442616.
HSL color Cylindrical-coordinate representation of color #F8C943: hue angle of 44.42º 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 #F8C943 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 67 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.03 |
| HSL | 44.42º | 0.93% | 0.62% | - |
| HSV(B) | 44.42º | 0.73% | 0.97% | - |
| XYZ | 60.61 | 62.13 | 14.11 | - |
| YUV | 199.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 67 | 0 | 0.19 | 0.73 | 0.03 | 44.42 | 0.93 | 0.62 |
| Hex | F8 | C9 | 43 | 0 | 13 | 49 | 3 | 2C | 5D | 3E |
| Octal | 370 | 311 | 103 | 0 | 23 | 111 | 3 | 54 | 135 | 76 |
| Binary | 11111000 | 11001001 | 1000011 | 0 | 10011 | 1001001 | 11 | 101100 | 1011101 | 111110 |
Color Harmonies of #F8C943
Complementary color
Monochromatic Colors of #F8C943
Black with #F8C943
Text Example
Text Example
White with #F8C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C943; }
p { color: rgb(248,201,67); }
H1.HeaderClassName
{
color: #F8C943;
}
.AnyTagClassName
{
color: #F8C943;
}
</style>
background-color css
<style>
a { background-color: #F8C943; }
a { background-color: rgb(248,201,67); }
div.DivClassName
{
background-color: #F8C943;
}
.BgClassName
{
background-color: #F8C943;
}
</style>
border-color css
<style>
span { border-color: #F8C943; }
span { border-color: rgb(248,201,67); }
td.TdClassName
{
border-color: #F8C943;
}
.TagClassName
{
border-color: #F8C943;
}
</style>