Shades of Festival #F2C643
Tints of Festival #F2C643
RGB
CMYK
RGB Variations
Color information
#F2C643 (or 0xF2C643) is known color: Festival. HEX triplet: F2, C6 and 43. RGB value is (242,198,67). Sum of RGB (Red+Green+Blue) = 242+198+67=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 67 (26.56% from 255 or 13.21% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C643 is #0D39BC. Grayscale: #C4C4C4. Windows color (decimal): -866749 or 4441842. OLE color: 4441842.
HSL color Cylindrical-coordinate representation of color #F2C643: hue angle of 44.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2C643 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 67 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.05 |
| HSL | 44.91º | 0.87% | 0.61% | - |
| HSV(B) | 44.91º | 0.72% | 0.95% | - |
| XYZ | 57.83 | 59.67 | 13.78 | - |
| YUV | 196.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 67 | 0 | 0.18 | 0.72 | 0.05 | 44.91 | 0.87 | 0.61 |
| Hex | F2 | C6 | 43 | 0 | 12 | 48 | 5 | 2D | 57 | 3D |
| Octal | 362 | 306 | 103 | 0 | 22 | 110 | 5 | 55 | 127 | 75 |
| Binary | 11110010 | 11000110 | 1000011 | 0 | 10010 | 1001000 | 101 | 101101 | 1010111 | 111101 |
Color Harmonies of #F2C643
Complementary color
Monochromatic Colors of #F2C643
Black with #F2C643
Text Example
Text Example
White with #F2C643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C643; }
p { color: rgb(242,198,67); }
H1.HeaderClassName
{
color: #F2C643;
}
.AnyTagClassName
{
color: #F2C643;
}
</style>
background-color css
<style>
a { background-color: #F2C643; }
a { background-color: rgb(242,198,67); }
div.DivClassName
{
background-color: #F2C643;
}
.BgClassName
{
background-color: #F2C643;
}
</style>
border-color css
<style>
span { border-color: #F2C643; }
span { border-color: rgb(242,198,67); }
td.TdClassName
{
border-color: #F2C643;
}
.TagClassName
{
border-color: #F2C643;
}
</style>