Shades of Festival #F2CE4A
Tints of Festival #F2CE4A
RGB
CMYK
RGB Variations
Color information
#F2CE4A (or 0xF2CE4A) is known color: Festival. HEX triplet: F2, CE and 4A. RGB value is (242,206,74). Sum of RGB (Red+Green+Blue) = 242+206+74=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE4A is #0D31B5. Grayscale: #CACACA. Windows color (decimal): -864694 or 4902642. OLE color: 4902642.
HSL color Cylindrical-coordinate representation of color #F2CE4A: hue angle of 47.14º 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 #F2CE4A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 74 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.05 |
| HSL | 47.14º | 0.87% | 0.62% | - |
| HSV(B) | 47.14º | 0.69% | 0.95% | - |
| XYZ | 59.93 | 63.51 | 15.58 | - |
| YUV | 201.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 74 | 0 | 0.15 | 0.69 | 0.05 | 47.14 | 0.87 | 0.62 |
| Hex | F2 | CE | 4A | 0 | F | 45 | 5 | 2F | 57 | 3E |
| Octal | 362 | 316 | 112 | 0 | 17 | 105 | 5 | 57 | 127 | 76 |
| Binary | 11110010 | 11001110 | 1001010 | 0 | 1111 | 1000101 | 101 | 101111 | 1010111 | 111110 |
Color Harmonies of #F2CE4A
Complementary color
Monochromatic Colors of #F2CE4A
Black with #F2CE4A
Text Example
Text Example
White with #F2CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE4A; }
p { color: rgb(242,206,74); }
H1.HeaderClassName
{
color: #F2CE4A;
}
.AnyTagClassName
{
color: #F2CE4A;
}
</style>
background-color css
<style>
a { background-color: #F2CE4A; }
a { background-color: rgb(242,206,74); }
div.DivClassName
{
background-color: #F2CE4A;
}
.BgClassName
{
background-color: #F2CE4A;
}
</style>
border-color css
<style>
span { border-color: #F2CE4A; }
span { border-color: rgb(242,206,74); }
td.TdClassName
{
border-color: #F2CE4A;
}
.TagClassName
{
border-color: #F2CE4A;
}
</style>