Shades of Festival #F2CC40
Tints of Festival #F2CC40
RGB
CMYK
RGB Variations
Color information
#F2CC40 (or 0xF2CC40) is known color: Festival. HEX triplet: F2, CC and 40. RGB value is (242,204,64). Sum of RGB (Red+Green+Blue) = 242+204+64=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC40 is #0D33BF. Grayscale: #C7C7C7. Windows color (decimal): -865216 or 4246770. OLE color: 4246770.
HSL color Cylindrical-coordinate representation of color #F2CC40: hue angle of 47.19º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2CC40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 47.19º | 0.87% | 0.6% | - |
| HSV(B) | 47.19º | 0.74% | 0.95% | - |
| XYZ | 59.14 | 62.43 | 13.78 | - |
| YUV | 199.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 64 | 0 | 0.16 | 0.74 | 0.05 | 47.19 | 0.87 | 0.6 |
| Hex | F2 | CC | 40 | 0 | 10 | 4A | 5 | 2F | 57 | 3C |
| Octal | 362 | 314 | 100 | 0 | 20 | 112 | 5 | 57 | 127 | 74 |
| Binary | 11110010 | 11001100 | 1000000 | 0 | 10000 | 1001010 | 101 | 101111 | 1010111 | 111100 |
Color Harmonies of #F2CC40
Complementary color
Monochromatic Colors of #F2CC40
Black with #F2CC40
Text Example
Text Example
White with #F2CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC40; }
p { color: rgb(242,204,64); }
H1.HeaderClassName
{
color: #F2CC40;
}
.AnyTagClassName
{
color: #F2CC40;
}
</style>
background-color css
<style>
a { background-color: #F2CC40; }
a { background-color: rgb(242,204,64); }
div.DivClassName
{
background-color: #F2CC40;
}
.BgClassName
{
background-color: #F2CC40;
}
</style>
border-color css
<style>
span { border-color: #F2CC40; }
span { border-color: rgb(242,204,64); }
td.TdClassName
{
border-color: #F2CC40;
}
.TagClassName
{
border-color: #F2CC40;
}
</style>