Shades of Festival #F2CF48
Tints of Festival #F2CF48
RGB
CMYK
RGB Variations
Color information
#F2CF48 (or 0xF2CF48) is known color: Festival. HEX triplet: F2, CF and 48. RGB value is (242,207,72). Sum of RGB (Red+Green+Blue) = 242+207+72=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF48 is #0D30B7. Grayscale: #CACACA. Windows color (decimal): -864440 or 4771826. OLE color: 4771826.
HSL color Cylindrical-coordinate representation of color #F2CF48: hue angle of 47.65º 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 #F2CF48 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 72 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.05 |
| HSL | 47.65º | 0.87% | 0.62% | - |
| HSV(B) | 47.65º | 0.7% | 0.95% | - |
| XYZ | 60.1 | 63.97 | 15.31 | - |
| YUV | 202.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 72 | 0 | 0.14 | 0.70 | 0.05 | 47.65 | 0.87 | 0.62 |
| Hex | F2 | CF | 48 | 0 | E | 46 | 5 | 30 | 57 | 3E |
| Octal | 362 | 317 | 110 | 0 | 16 | 106 | 5 | 60 | 127 | 76 |
| Binary | 11110010 | 11001111 | 1001000 | 0 | 1110 | 1000110 | 101 | 110000 | 1010111 | 111110 |
Color Harmonies of #F2CF48
Complementary color
Monochromatic Colors of #F2CF48
Black with #F2CF48
Text Example
Text Example
White with #F2CF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF48; }
p { color: rgb(242,207,72); }
H1.HeaderClassName
{
color: #F2CF48;
}
.AnyTagClassName
{
color: #F2CF48;
}
</style>
background-color css
<style>
a { background-color: #F2CF48; }
a { background-color: rgb(242,207,72); }
div.DivClassName
{
background-color: #F2CF48;
}
.BgClassName
{
background-color: #F2CF48;
}
</style>
border-color css
<style>
span { border-color: #F2CF48; }
span { border-color: rgb(242,207,72); }
td.TdClassName
{
border-color: #F2CF48;
}
.TagClassName
{
border-color: #F2CF48;
}
</style>