Shades of Festival #F2CF45
Tints of Festival #F2CF45
RGB
CMYK
RGB Variations
Color information
#F2CF45 (or 0xF2CF45) is known color: Festival. HEX triplet: F2, CF and 45. RGB value is (242,207,69). Sum of RGB (Red+Green+Blue) = 242+207+69=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF45 is #0D30BA. Grayscale: #CACACA. Windows color (decimal): -864443 or 4575218. OLE color: 4575218.
HSL color Cylindrical-coordinate representation of color #F2CF45: hue angle of 47.86º 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 #F2CF45 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 69 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.05 |
| HSL | 47.86º | 0.87% | 0.61% | - |
| HSV(B) | 47.86º | 0.71% | 0.95% | - |
| XYZ | 60 | 63.93 | 14.81 | - |
| YUV | 201.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 69 | 0 | 0.14 | 0.71 | 0.05 | 47.86 | 0.87 | 0.61 |
| Hex | F2 | CF | 45 | 0 | E | 47 | 5 | 30 | 57 | 3D |
| Octal | 362 | 317 | 105 | 0 | 16 | 107 | 5 | 60 | 127 | 75 |
| Binary | 11110010 | 11001111 | 1000101 | 0 | 1110 | 1000111 | 101 | 110000 | 1010111 | 111101 |
Color Harmonies of #F2CF45
Complementary color
Monochromatic Colors of #F2CF45
Black with #F2CF45
Text Example
Text Example
White with #F2CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF45; }
p { color: rgb(242,207,69); }
H1.HeaderClassName
{
color: #F2CF45;
}
.AnyTagClassName
{
color: #F2CF45;
}
</style>
background-color css
<style>
a { background-color: #F2CF45; }
a { background-color: rgb(242,207,69); }
div.DivClassName
{
background-color: #F2CF45;
}
.BgClassName
{
background-color: #F2CF45;
}
</style>
border-color css
<style>
span { border-color: #F2CF45; }
span { border-color: rgb(242,207,69); }
td.TdClassName
{
border-color: #F2CF45;
}
.TagClassName
{
border-color: #F2CF45;
}
</style>