Shades of Festival #F2D441
Tints of Festival #F2D441
RGB
CMYK
RGB Variations
Color information
#F2D441 (or 0xF2D441) is known color: Festival. HEX triplet: F2, D4 and 41. RGB value is (242,212,65). Sum of RGB (Red+Green+Blue) = 242+212+65=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D441 is #0D2BBE. Grayscale: #CCCCCC. Windows color (decimal): -863167 or 4314354. OLE color: 4314354.
HSL color Cylindrical-coordinate representation of color #F2D441: hue angle of 49.83º 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 #F2D441 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 65 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.05 |
| HSL | 49.83º | 0.87% | 0.6% | - |
| HSV(B) | 49.83º | 0.73% | 0.95% | - |
| XYZ | 61.12 | 66.35 | 14.59 | - |
| YUV | 204.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 65 | 0 | 0.12 | 0.73 | 0.05 | 49.83 | 0.87 | 0.6 |
| Hex | F2 | D4 | 41 | 0 | C | 49 | 5 | 32 | 57 | 3C |
| Octal | 362 | 324 | 101 | 0 | 14 | 111 | 5 | 62 | 127 | 74 |
| Binary | 11110010 | 11010100 | 1000001 | 0 | 1100 | 1001001 | 101 | 110010 | 1010111 | 111100 |
Color Harmonies of #F2D441
Complementary color
Monochromatic Colors of #F2D441
Black with #F2D441
Text Example
Text Example
White with #F2D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D441; }
p { color: rgb(242,212,65); }
H1.HeaderClassName
{
color: #F2D441;
}
.AnyTagClassName
{
color: #F2D441;
}
</style>
background-color css
<style>
a { background-color: #F2D441; }
a { background-color: rgb(242,212,65); }
div.DivClassName
{
background-color: #F2D441;
}
.BgClassName
{
background-color: #F2D441;
}
</style>
border-color css
<style>
span { border-color: #F2D441; }
span { border-color: rgb(242,212,65); }
td.TdClassName
{
border-color: #F2D441;
}
.TagClassName
{
border-color: #F2D441;
}
</style>