Shades of Festival #F2C94A
Tints of Festival #F2C94A
RGB
CMYK
RGB Variations
Color information
#F2C94A (or 0xF2C94A) is known color: Festival. HEX triplet: F2, C9 and 4A. RGB value is (242,201,74). Sum of RGB (Red+Green+Blue) = 242+201+74=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C94A is #0D36B5. Grayscale: #C7C7C7. Windows color (decimal): -865974 or 4901362. OLE color: 4901362.
HSL color Cylindrical-coordinate representation of color #F2C94A: hue angle of 45.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2C94A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 74 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.05 |
| HSL | 45.36º | 0.87% | 0.62% | - |
| HSV(B) | 45.36º | 0.69% | 0.95% | - |
| XYZ | 58.74 | 61.14 | 15.18 | - |
| YUV | 198.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 74 | 0 | 0.17 | 0.69 | 0.05 | 45.36 | 0.87 | 0.62 |
| Hex | F2 | C9 | 4A | 0 | 11 | 45 | 5 | 2D | 57 | 3E |
| Octal | 362 | 311 | 112 | 0 | 21 | 105 | 5 | 55 | 127 | 76 |
| Binary | 11110010 | 11001001 | 1001010 | 0 | 10001 | 1000101 | 101 | 101101 | 1010111 | 111110 |
Color Harmonies of #F2C94A
Complementary color
Monochromatic Colors of #F2C94A
Black with #F2C94A
Text Example
Text Example
White with #F2C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C94A; }
p { color: rgb(242,201,74); }
H1.HeaderClassName
{
color: #F2C94A;
}
.AnyTagClassName
{
color: #F2C94A;
}
</style>
background-color css
<style>
a { background-color: #F2C94A; }
a { background-color: rgb(242,201,74); }
div.DivClassName
{
background-color: #F2C94A;
}
.BgClassName
{
background-color: #F2C94A;
}
</style>
border-color css
<style>
span { border-color: #F2C94A; }
span { border-color: rgb(242,201,74); }
td.TdClassName
{
border-color: #F2C94A;
}
.TagClassName
{
border-color: #F2C94A;
}
</style>