Shades of Festival #F2C645
Tints of Festival #F2C645
RGB
CMYK
RGB Variations
Color information
#F2C645 (or 0xF2C645) is known color: Festival. HEX triplet: F2, C6 and 45. RGB value is (242,198,69). Sum of RGB (Red+Green+Blue) = 242+198+69=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C645 is #0D39BA. Grayscale: #C5C5C5. Windows color (decimal): -866747 or 4572914. OLE color: 4572914.
HSL color Cylindrical-coordinate representation of color #F2C645: hue angle of 44.74º 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 #F2C645 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 69 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.05 |
| HSL | 44.74º | 0.87% | 0.61% | - |
| HSV(B) | 44.74º | 0.71% | 0.95% | - |
| XYZ | 57.89 | 59.7 | 14.1 | - |
| YUV | 196.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 69 | 0 | 0.18 | 0.71 | 0.05 | 44.74 | 0.87 | 0.61 |
| Hex | F2 | C6 | 45 | 0 | 12 | 47 | 5 | 2D | 57 | 3D |
| Octal | 362 | 306 | 105 | 0 | 22 | 107 | 5 | 55 | 127 | 75 |
| Binary | 11110010 | 11000110 | 1000101 | 0 | 10010 | 1000111 | 101 | 101101 | 1010111 | 111101 |
Color Harmonies of #F2C645
Complementary color
Monochromatic Colors of #F2C645
Black with #F2C645
Text Example
Text Example
White with #F2C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C645; }
p { color: rgb(242,198,69); }
H1.HeaderClassName
{
color: #F2C645;
}
.AnyTagClassName
{
color: #F2C645;
}
</style>
background-color css
<style>
a { background-color: #F2C645; }
a { background-color: rgb(242,198,69); }
div.DivClassName
{
background-color: #F2C645;
}
.BgClassName
{
background-color: #F2C645;
}
</style>
border-color css
<style>
span { border-color: #F2C645; }
span { border-color: rgb(242,198,69); }
td.TdClassName
{
border-color: #F2C645;
}
.TagClassName
{
border-color: #F2C645;
}
</style>