Shades of Festival #F2C94E
Tints of Festival #F2C94E
RGB
CMYK
RGB Variations
Color information
#F2C94E (or 0xF2C94E) is known color: Festival. HEX triplet: F2, C9 and 4E. RGB value is (242,201,78). Sum of RGB (Red+Green+Blue) = 242+201+78=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C94E is #0D36B1. Grayscale: #C7C7C7. Windows color (decimal): -865970 or 5163506. OLE color: 5163506.
HSL color Cylindrical-coordinate representation of color #F2C94E: hue angle of 45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2C94E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 78 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.05 |
| HSL | 45º | 0.86% | 0.63% | - |
| HSV(B) | 45º | 0.68% | 0.95% | - |
| XYZ | 58.88 | 61.2 | 15.92 | - |
| YUV | 199.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 78 | 0 | 0.17 | 0.68 | 0.05 | 45 | 0.86 | 0.63 |
| Hex | F2 | C9 | 4E | 0 | 11 | 44 | 5 | 2D | 56 | 3F |
| Octal | 362 | 311 | 116 | 0 | 21 | 104 | 5 | 55 | 126 | 77 |
| Binary | 11110010 | 11001001 | 1001110 | 0 | 10001 | 1000100 | 101 | 101101 | 1010110 | 111111 |
Color Harmonies of #F2C94E
Complementary color
Monochromatic Colors of #F2C94E
Black with #F2C94E
Text Example
Text Example
White with #F2C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C94E; }
p { color: rgb(242,201,78); }
H1.HeaderClassName
{
color: #F2C94E;
}
.AnyTagClassName
{
color: #F2C94E;
}
</style>
background-color css
<style>
a { background-color: #F2C94E; }
a { background-color: rgb(242,201,78); }
div.DivClassName
{
background-color: #F2C94E;
}
.BgClassName
{
background-color: #F2C94E;
}
</style>
border-color css
<style>
span { border-color: #F2C94E; }
span { border-color: rgb(242,201,78); }
td.TdClassName
{
border-color: #F2C94E;
}
.TagClassName
{
border-color: #F2C94E;
}
</style>