Shades of Festival #F2C94C
Tints of Festival #F2C94C
RGB
CMYK
RGB Variations
Color information
#F2C94C (or 0xF2C94C) is known color: Festival. HEX triplet: F2, C9 and 4C. RGB value is (242,201,76). Sum of RGB (Red+Green+Blue) = 242+201+76=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C94C is #0D36B3. Grayscale: #C7C7C7. Windows color (decimal): -865972 or 5032434. OLE color: 5032434.
HSL color Cylindrical-coordinate representation of color #F2C94C: hue angle of 45.18º degrees, saturation: 0.86, 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 #F2C94C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 76 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.05 |
| HSL | 45.18º | 0.86% | 0.62% | - |
| HSV(B) | 45.18º | 0.69% | 0.95% | - |
| XYZ | 58.81 | 61.17 | 15.55 | - |
| YUV | 199.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 76 | 0 | 0.17 | 0.69 | 0.05 | 45.18 | 0.86 | 0.62 |
| Hex | F2 | C9 | 4C | 0 | 11 | 45 | 5 | 2D | 56 | 3E |
| Octal | 362 | 311 | 114 | 0 | 21 | 105 | 5 | 55 | 126 | 76 |
| Binary | 11110010 | 11001001 | 1001100 | 0 | 10001 | 1000101 | 101 | 101101 | 1010110 | 111110 |
Color Harmonies of #F2C94C
Complementary color
Monochromatic Colors of #F2C94C
Black with #F2C94C
Text Example
Text Example
White with #F2C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C94C; }
p { color: rgb(242,201,76); }
H1.HeaderClassName
{
color: #F2C94C;
}
.AnyTagClassName
{
color: #F2C94C;
}
</style>
background-color css
<style>
a { background-color: #F2C94C; }
a { background-color: rgb(242,201,76); }
div.DivClassName
{
background-color: #F2C94C;
}
.BgClassName
{
background-color: #F2C94C;
}
</style>
border-color css
<style>
span { border-color: #F2C94C; }
span { border-color: rgb(242,201,76); }
td.TdClassName
{
border-color: #F2C94C;
}
.TagClassName
{
border-color: #F2C94C;
}
</style>