Shades of Festival #F2C941
Tints of Festival #F2C941
RGB
CMYK
RGB Variations
Color information
#F2C941 (or 0xF2C941) is known color: Festival. HEX triplet: F2, C9 and 41. RGB value is (242,201,65). Sum of RGB (Red+Green+Blue) = 242+201+65=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C941 is #0D36BE. Grayscale: #C6C6C6. Windows color (decimal): -865983 or 4311538. OLE color: 4311538.
HSL color Cylindrical-coordinate representation of color #F2C941: hue angle of 46.1º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2C941 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.05 |
| HSL | 46.1º | 0.87% | 0.6% | - |
| HSV(B) | 46.1º | 0.73% | 0.95% | - |
| XYZ | 58.46 | 61.03 | 13.7 | - |
| YUV | 197.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 65 | 0 | 0.17 | 0.73 | 0.05 | 46.1 | 0.87 | 0.6 |
| Hex | F2 | C9 | 41 | 0 | 11 | 49 | 5 | 2E | 57 | 3C |
| Octal | 362 | 311 | 101 | 0 | 21 | 111 | 5 | 56 | 127 | 74 |
| Binary | 11110010 | 11001001 | 1000001 | 0 | 10001 | 1001001 | 101 | 101110 | 1010111 | 111100 |
Color Harmonies of #F2C941
Complementary color
Monochromatic Colors of #F2C941
Black with #F2C941
Text Example
Text Example
White with #F2C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C941; }
p { color: rgb(242,201,65); }
H1.HeaderClassName
{
color: #F2C941;
}
.AnyTagClassName
{
color: #F2C941;
}
</style>
background-color css
<style>
a { background-color: #F2C941; }
a { background-color: rgb(242,201,65); }
div.DivClassName
{
background-color: #F2C941;
}
.BgClassName
{
background-color: #F2C941;
}
</style>
border-color css
<style>
span { border-color: #F2C941; }
span { border-color: rgb(242,201,65); }
td.TdClassName
{
border-color: #F2C941;
}
.TagClassName
{
border-color: #F2C941;
}
</style>