Shades of Festival #F2D049
Tints of Festival #F2D049
RGB
CMYK
RGB Variations
Color information
#F2D049 (or 0xF2D049) is known color: Festival. HEX triplet: F2, D0 and 49. RGB value is (242,208,73). Sum of RGB (Red+Green+Blue) = 242+208+73=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D049 is #0D2FB6. Grayscale: #CBCBCB. Windows color (decimal): -864183 or 4837618. OLE color: 4837618.
HSL color Cylindrical-coordinate representation of color #F2D049: hue angle of 47.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2D049 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 73 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.05 |
| HSL | 47.93º | 0.87% | 0.62% | - |
| HSV(B) | 47.93º | 0.7% | 0.95% | - |
| XYZ | 60.38 | 64.47 | 15.57 | - |
| YUV | 202.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 73 | 0 | 0.14 | 0.70 | 0.05 | 47.93 | 0.87 | 0.62 |
| Hex | F2 | D0 | 49 | 0 | E | 46 | 5 | 30 | 57 | 3E |
| Octal | 362 | 320 | 111 | 0 | 16 | 106 | 5 | 60 | 127 | 76 |
| Binary | 11110010 | 11010000 | 1001001 | 0 | 1110 | 1000110 | 101 | 110000 | 1010111 | 111110 |
Color Harmonies of #F2D049
Complementary color
Monochromatic Colors of #F2D049
Black with #F2D049
Text Example
Text Example
White with #F2D049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D049; }
p { color: rgb(242,208,73); }
H1.HeaderClassName
{
color: #F2D049;
}
.AnyTagClassName
{
color: #F2D049;
}
</style>
background-color css
<style>
a { background-color: #F2D049; }
a { background-color: rgb(242,208,73); }
div.DivClassName
{
background-color: #F2D049;
}
.BgClassName
{
background-color: #F2D049;
}
</style>
border-color css
<style>
span { border-color: #F2D049; }
span { border-color: rgb(242,208,73); }
td.TdClassName
{
border-color: #F2D049;
}
.TagClassName
{
border-color: #F2D049;
}
</style>