Shades of Festival #F2CB45
Tints of Festival #F2CB45
RGB
CMYK
RGB Variations
Color information
#F2CB45 (or 0xF2CB45) is known color: Festival. HEX triplet: F2, CB and 45. RGB value is (242,203,69). Sum of RGB (Red+Green+Blue) = 242+203+69=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB45 is #0D34BA. Grayscale: #C7C7C7. Windows color (decimal): -865467 or 4574194. OLE color: 4574194.
HSL color Cylindrical-coordinate representation of color #F2CB45: hue angle of 46.47º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2CB45 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.05 |
| HSL | 46.47º | 0.87% | 0.61% | - |
| HSV(B) | 46.47º | 0.71% | 0.95% | - |
| XYZ | 59.05 | 62.02 | 14.49 | - |
| YUV | 199.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 69 | 0 | 0.16 | 0.71 | 0.05 | 46.47 | 0.87 | 0.61 |
| Hex | F2 | CB | 45 | 0 | 10 | 47 | 5 | 2E | 57 | 3D |
| Octal | 362 | 313 | 105 | 0 | 20 | 107 | 5 | 56 | 127 | 75 |
| Binary | 11110010 | 11001011 | 1000101 | 0 | 10000 | 1000111 | 101 | 101110 | 1010111 | 111101 |
Color Harmonies of #F2CB45
Complementary color
Monochromatic Colors of #F2CB45
Black with #F2CB45
Text Example
Text Example
White with #F2CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB45; }
p { color: rgb(242,203,69); }
H1.HeaderClassName
{
color: #F2CB45;
}
.AnyTagClassName
{
color: #F2CB45;
}
</style>
background-color css
<style>
a { background-color: #F2CB45; }
a { background-color: rgb(242,203,69); }
div.DivClassName
{
background-color: #F2CB45;
}
.BgClassName
{
background-color: #F2CB45;
}
</style>
border-color css
<style>
span { border-color: #F2CB45; }
span { border-color: rgb(242,203,69); }
td.TdClassName
{
border-color: #F2CB45;
}
.TagClassName
{
border-color: #F2CB45;
}
</style>