Shades of Festival #F2CC4A
Tints of Festival #F2CC4A
RGB
CMYK
RGB Variations
Color information
#F2CC4A (or 0xF2CC4A) is known color: Festival. HEX triplet: F2, CC and 4A. RGB value is (242,204,74). Sum of RGB (Red+Green+Blue) = 242+204+74=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC4A is #0D33B5. Grayscale: #C9C9C9. Windows color (decimal): -865206 or 4902130. OLE color: 4902130.
HSL color Cylindrical-coordinate representation of color #F2CC4A: hue angle of 46.43º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2CC4A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 74 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.05 |
| HSL | 46.43º | 0.87% | 0.62% | - |
| HSV(B) | 46.43º | 0.69% | 0.95% | - |
| XYZ | 59.45 | 62.56 | 15.42 | - |
| YUV | 200.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 74 | 0 | 0.16 | 0.69 | 0.05 | 46.43 | 0.87 | 0.62 |
| Hex | F2 | CC | 4A | 0 | 10 | 45 | 5 | 2E | 57 | 3E |
| Octal | 362 | 314 | 112 | 0 | 20 | 105 | 5 | 56 | 127 | 76 |
| Binary | 11110010 | 11001100 | 1001010 | 0 | 10000 | 1000101 | 101 | 101110 | 1010111 | 111110 |
Color Harmonies of #F2CC4A
Complementary color
Monochromatic Colors of #F2CC4A
Black with #F2CC4A
Text Example
Text Example
White with #F2CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC4A; }
p { color: rgb(242,204,74); }
H1.HeaderClassName
{
color: #F2CC4A;
}
.AnyTagClassName
{
color: #F2CC4A;
}
</style>
background-color css
<style>
a { background-color: #F2CC4A; }
a { background-color: rgb(242,204,74); }
div.DivClassName
{
background-color: #F2CC4A;
}
.BgClassName
{
background-color: #F2CC4A;
}
</style>
border-color css
<style>
span { border-color: #F2CC4A; }
span { border-color: rgb(242,204,74); }
td.TdClassName
{
border-color: #F2CC4A;
}
.TagClassName
{
border-color: #F2CC4A;
}
</style>