Shades of Festival #F7C642
Tints of Festival #F7C642
RGB
CMYK
RGB Variations
Color information
#F7C642 (or 0xF7C642) is known color: Festival. HEX triplet: F7, C6 and 42. RGB value is (247,198,66). Sum of RGB (Red+Green+Blue) = 247+198+66=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C642 is #0839BD. Grayscale: #C6C6C6. Windows color (decimal): -539070 or 4376311. OLE color: 4376311.
HSL color Cylindrical-coordinate representation of color #F7C642: hue angle of 43.76º 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 #F7C642 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 66 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.03 |
| HSL | 43.76º | 0.92% | 0.61% | - |
| HSV(B) | 43.76º | 0.73% | 0.97% | - |
| XYZ | 59.54 | 60.56 | 13.7 | - |
| YUV | 197.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 66 | 0 | 0.20 | 0.73 | 0.03 | 43.76 | 0.92 | 0.61 |
| Hex | F7 | C6 | 42 | 0 | 14 | 49 | 3 | 2C | 5C | 3D |
| Octal | 367 | 306 | 102 | 0 | 24 | 111 | 3 | 54 | 134 | 75 |
| Binary | 11110111 | 11000110 | 1000010 | 0 | 10100 | 1001001 | 11 | 101100 | 1011100 | 111101 |
Color Harmonies of #F7C642
Complementary color
Monochromatic Colors of #F7C642
Black with #F7C642
Text Example
Text Example
White with #F7C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C642; }
p { color: rgb(247,198,66); }
H1.HeaderClassName
{
color: #F7C642;
}
.AnyTagClassName
{
color: #F7C642;
}
</style>
background-color css
<style>
a { background-color: #F7C642; }
a { background-color: rgb(247,198,66); }
div.DivClassName
{
background-color: #F7C642;
}
.BgClassName
{
background-color: #F7C642;
}
</style>
border-color css
<style>
span { border-color: #F7C642; }
span { border-color: rgb(247,198,66); }
td.TdClassName
{
border-color: #F7C642;
}
.TagClassName
{
border-color: #F7C642;
}
</style>