Shades of Festival #F2C746
Tints of Festival #F2C746
RGB
CMYK
RGB Variations
Color information
#F2C746 (or 0xF2C746) is known color: Festival. HEX triplet: F2, C7 and 46. RGB value is (242,199,70). Sum of RGB (Red+Green+Blue) = 242+199+70=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C746 is #0D38B9. Grayscale: #C5C5C5. Windows color (decimal): -866490 or 4638706. OLE color: 4638706.
HSL color Cylindrical-coordinate representation of color #F2C746: hue angle of 45º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2C746 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 70 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.05 |
| HSL | 45º | 0.87% | 0.61% | - |
| HSV(B) | 45º | 0.71% | 0.95% | - |
| XYZ | 58.15 | 60.17 | 14.34 | - |
| YUV | 197.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 70 | 0 | 0.18 | 0.71 | 0.05 | 45 | 0.87 | 0.61 |
| Hex | F2 | C7 | 46 | 0 | 12 | 47 | 5 | 2D | 57 | 3D |
| Octal | 362 | 307 | 106 | 0 | 22 | 107 | 5 | 55 | 127 | 75 |
| Binary | 11110010 | 11000111 | 1000110 | 0 | 10010 | 1000111 | 101 | 101101 | 1010111 | 111101 |
Color Harmonies of #F2C746
Complementary color
Monochromatic Colors of #F2C746
Black with #F2C746
Text Example
Text Example
White with #F2C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C746; }
p { color: rgb(242,199,70); }
H1.HeaderClassName
{
color: #F2C746;
}
.AnyTagClassName
{
color: #F2C746;
}
</style>
background-color css
<style>
a { background-color: #F2C746; }
a { background-color: rgb(242,199,70); }
div.DivClassName
{
background-color: #F2C746;
}
.BgClassName
{
background-color: #F2C746;
}
</style>
border-color css
<style>
span { border-color: #F2C746; }
span { border-color: rgb(242,199,70); }
td.TdClassName
{
border-color: #F2C746;
}
.TagClassName
{
border-color: #F2C746;
}
</style>