Shades of Festival #F2CB40
Tints of Festival #F2CB40
RGB
CMYK
RGB Variations
Color information
#F2CB40 (or 0xF2CB40) is known color: Festival. HEX triplet: F2, CB and 40. RGB value is (242,203,64). Sum of RGB (Red+Green+Blue) = 242+203+64=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB40 is #0D34BF. Grayscale: #C7C7C7. Windows color (decimal): -865472 or 4246514. OLE color: 4246514.
HSL color Cylindrical-coordinate representation of color #F2CB40: hue angle of 46.85º 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 #F2CB40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 46.85º | 0.87% | 0.6% | - |
| HSV(B) | 46.85º | 0.74% | 0.95% | - |
| XYZ | 58.9 | 61.96 | 13.71 | - |
| YUV | 198.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 64 | 0 | 0.16 | 0.74 | 0.05 | 46.85 | 0.87 | 0.6 |
| Hex | F2 | CB | 40 | 0 | 10 | 4A | 5 | 2F | 57 | 3C |
| Octal | 362 | 313 | 100 | 0 | 20 | 112 | 5 | 57 | 127 | 74 |
| Binary | 11110010 | 11001011 | 1000000 | 0 | 10000 | 1001010 | 101 | 101111 | 1010111 | 111100 |
Color Harmonies of #F2CB40
Complementary color
Monochromatic Colors of #F2CB40
Black with #F2CB40
Text Example
Text Example
White with #F2CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB40; }
p { color: rgb(242,203,64); }
H1.HeaderClassName
{
color: #F2CB40;
}
.AnyTagClassName
{
color: #F2CB40;
}
</style>
background-color css
<style>
a { background-color: #F2CB40; }
a { background-color: rgb(242,203,64); }
div.DivClassName
{
background-color: #F2CB40;
}
.BgClassName
{
background-color: #F2CB40;
}
</style>
border-color css
<style>
span { border-color: #F2CB40; }
span { border-color: rgb(242,203,64); }
td.TdClassName
{
border-color: #F2CB40;
}
.TagClassName
{
border-color: #F2CB40;
}
</style>