Shades of Festival #F2C84C
Tints of Festival #F2C84C
RGB
CMYK
RGB Variations
Color information
#F2C84C (or 0xF2C84C) is known color: Festival. HEX triplet: F2, C8 and 4C. RGB value is (242,200,76). Sum of RGB (Red+Green+Blue) = 242+200+76=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C84C is #0D37B3. Grayscale: #C6C6C6. Windows color (decimal): -866228 or 5032178. OLE color: 5032178.
HSL color Cylindrical-coordinate representation of color #F2C84C: hue angle of 44.82º 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 #F2C84C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 76 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.05 |
| HSL | 44.82º | 0.86% | 0.62% | - |
| HSV(B) | 44.82º | 0.69% | 0.95% | - |
| XYZ | 58.58 | 60.71 | 15.47 | - |
| YUV | 198.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 76 | 0 | 0.17 | 0.69 | 0.05 | 44.82 | 0.86 | 0.62 |
| Hex | F2 | C8 | 4C | 0 | 11 | 45 | 5 | 2D | 56 | 3E |
| Octal | 362 | 310 | 114 | 0 | 21 | 105 | 5 | 55 | 126 | 76 |
| Binary | 11110010 | 11001000 | 1001100 | 0 | 10001 | 1000101 | 101 | 101101 | 1010110 | 111110 |
Color Harmonies of #F2C84C
Complementary color
Monochromatic Colors of #F2C84C
Black with #F2C84C
Text Example
Text Example
White with #F2C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C84C; }
p { color: rgb(242,200,76); }
H1.HeaderClassName
{
color: #F2C84C;
}
.AnyTagClassName
{
color: #F2C84C;
}
</style>
background-color css
<style>
a { background-color: #F2C84C; }
a { background-color: rgb(242,200,76); }
div.DivClassName
{
background-color: #F2C84C;
}
.BgClassName
{
background-color: #F2C84C;
}
</style>
border-color css
<style>
span { border-color: #F2C84C; }
span { border-color: rgb(242,200,76); }
td.TdClassName
{
border-color: #F2C84C;
}
.TagClassName
{
border-color: #F2C84C;
}
</style>