Shades of Festival #F2D741
Tints of Festival #F2D741
RGB
CMYK
RGB Variations
Color information
#F2D741 (or 0xF2D741) is known color: Festival. HEX triplet: F2, D7 and 41. RGB value is (242,215,65). Sum of RGB (Red+Green+Blue) = 242+215+65=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D741 is #0D28BE. Grayscale: #CECECE. Windows color (decimal): -862399 or 4315122. OLE color: 4315122.
HSL color Cylindrical-coordinate representation of color #F2D741: hue angle of 50.85º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2D741 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 65 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.05 |
| HSL | 50.85º | 0.87% | 0.6% | - |
| HSV(B) | 50.85º | 0.73% | 0.95% | - |
| XYZ | 61.87 | 67.86 | 14.84 | - |
| YUV | 205.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 65 | 0 | 0.11 | 0.73 | 0.05 | 50.85 | 0.87 | 0.6 |
| Hex | F2 | D7 | 41 | 0 | B | 49 | 5 | 33 | 57 | 3C |
| Octal | 362 | 327 | 101 | 0 | 13 | 111 | 5 | 63 | 127 | 74 |
| Binary | 11110010 | 11010111 | 1000001 | 0 | 1011 | 1001001 | 101 | 110011 | 1010111 | 111100 |
Color Harmonies of #F2D741
Complementary color
Monochromatic Colors of #F2D741
Black with #F2D741
Text Example
Text Example
White with #F2D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D741; }
p { color: rgb(242,215,65); }
H1.HeaderClassName
{
color: #F2D741;
}
.AnyTagClassName
{
color: #F2D741;
}
</style>
background-color css
<style>
a { background-color: #F2D741; }
a { background-color: rgb(242,215,65); }
div.DivClassName
{
background-color: #F2D741;
}
.BgClassName
{
background-color: #F2D741;
}
</style>
border-color css
<style>
span { border-color: #F2D741; }
span { border-color: rgb(242,215,65); }
td.TdClassName
{
border-color: #F2D741;
}
.TagClassName
{
border-color: #F2D741;
}
</style>