Shades of Festival #F2C442
Tints of Festival #F2C442
RGB
CMYK
RGB Variations
Color information
#F2C442 (or 0xF2C442) is known color: Festival. HEX triplet: F2, C4 and 42. RGB value is (242,196,66). Sum of RGB (Red+Green+Blue) = 242+196+66=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C442 is #0D3BBD. Grayscale: #C3C3C3. Windows color (decimal): -867262 or 4375794. OLE color: 4375794.
HSL color Cylindrical-coordinate representation of color #F2C442: hue angle of 44.32º 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 #F2C442 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 66 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.05 |
| HSL | 44.32º | 0.87% | 0.6% | - |
| HSV(B) | 44.32º | 0.73% | 0.95% | - |
| XYZ | 57.34 | 58.75 | 13.47 | - |
| YUV | 194.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 66 | 0 | 0.19 | 0.73 | 0.05 | 44.32 | 0.87 | 0.6 |
| Hex | F2 | C4 | 42 | 0 | 13 | 49 | 5 | 2C | 57 | 3C |
| Octal | 362 | 304 | 102 | 0 | 23 | 111 | 5 | 54 | 127 | 74 |
| Binary | 11110010 | 11000100 | 1000010 | 0 | 10011 | 1001001 | 101 | 101100 | 1010111 | 111100 |
Color Harmonies of #F2C442
Complementary color
Monochromatic Colors of #F2C442
Black with #F2C442
Text Example
Text Example
White with #F2C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C442; }
p { color: rgb(242,196,66); }
H1.HeaderClassName
{
color: #F2C442;
}
.AnyTagClassName
{
color: #F2C442;
}
</style>
background-color css
<style>
a { background-color: #F2C442; }
a { background-color: rgb(242,196,66); }
div.DivClassName
{
background-color: #F2C442;
}
.BgClassName
{
background-color: #F2C442;
}
</style>
border-color css
<style>
span { border-color: #F2C442; }
span { border-color: rgb(242,196,66); }
td.TdClassName
{
border-color: #F2C442;
}
.TagClassName
{
border-color: #F2C442;
}
</style>