Shades of Festival #F7C842
Tints of Festival #F7C842
RGB
CMYK
RGB Variations
Color information
#F7C842 (or 0xF7C842) is known color: Festival. HEX triplet: F7, C8 and 42. RGB value is (247,200,66). Sum of RGB (Red+Green+Blue) = 247+200+66=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C842 is #0837BD. Grayscale: #C7C7C7. Windows color (decimal): -538558 or 4376823. OLE color: 4376823.
HSL color Cylindrical-coordinate representation of color #F7C842: hue angle of 44.42º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F7C842 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 66 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.03 |
| HSL | 44.42º | 0.92% | 0.61% | - |
| HSV(B) | 44.42º | 0.73% | 0.97% | - |
| XYZ | 60 | 61.48 | 13.86 | - |
| YUV | 198.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 66 | 0 | 0.19 | 0.73 | 0.03 | 44.42 | 0.92 | 0.61 |
| Hex | F7 | C8 | 42 | 0 | 13 | 49 | 3 | 2C | 5C | 3D |
| Octal | 367 | 310 | 102 | 0 | 23 | 111 | 3 | 54 | 134 | 75 |
| Binary | 11110111 | 11001000 | 1000010 | 0 | 10011 | 1001001 | 11 | 101100 | 1011100 | 111101 |
Color Harmonies of #F7C842
Complementary color
Monochromatic Colors of #F7C842
Black with #F7C842
Text Example
Text Example
White with #F7C842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C842; }
p { color: rgb(247,200,66); }
H1.HeaderClassName
{
color: #F7C842;
}
.AnyTagClassName
{
color: #F7C842;
}
</style>
background-color css
<style>
a { background-color: #F7C842; }
a { background-color: rgb(247,200,66); }
div.DivClassName
{
background-color: #F7C842;
}
.BgClassName
{
background-color: #F7C842;
}
</style>
border-color css
<style>
span { border-color: #F7C842; }
span { border-color: rgb(247,200,66); }
td.TdClassName
{
border-color: #F7C842;
}
.TagClassName
{
border-color: #F7C842;
}
</style>