Shades of Festival #F4D341
Tints of Festival #F4D341
RGB
CMYK
RGB Variations
Color information
#F4D341 (or 0xF4D341) is known color: Festival. HEX triplet: F4, D3 and 41. RGB value is (244,211,65). Sum of RGB (Red+Green+Blue) = 244+211+65=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D341 is #0B2CBE. Grayscale: #CCCCCC. Windows color (decimal): -732351 or 4314100. OLE color: 4314100.
HSL color Cylindrical-coordinate representation of color #F4D341: hue angle of 48.94º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4D341 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 65 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.04 |
| HSL | 48.94º | 0.89% | 0.61% | - |
| HSV(B) | 48.94º | 0.73% | 0.96% | - |
| XYZ | 61.56 | 66.2 | 14.54 | - |
| YUV | 204.22 | 49.43 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 65 | 0 | 0.14 | 0.73 | 0.04 | 48.94 | 0.89 | 0.61 |
| Hex | F4 | D3 | 41 | 0 | E | 49 | 4 | 31 | 59 | 3D |
| Octal | 364 | 323 | 101 | 0 | 16 | 111 | 4 | 61 | 131 | 75 |
| Binary | 11110100 | 11010011 | 1000001 | 0 | 1110 | 1001001 | 100 | 110001 | 1011001 | 111101 |
Color Harmonies of #F4D341
Complementary color
Monochromatic Colors of #F4D341
Black with #F4D341
Text Example
Text Example
White with #F4D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D341; }
p { color: rgb(244,211,65); }
H1.HeaderClassName
{
color: #F4D341;
}
.AnyTagClassName
{
color: #F4D341;
}
</style>
background-color css
<style>
a { background-color: #F4D341; }
a { background-color: rgb(244,211,65); }
div.DivClassName
{
background-color: #F4D341;
}
.BgClassName
{
background-color: #F4D341;
}
</style>
border-color css
<style>
span { border-color: #F4D341; }
span { border-color: rgb(244,211,65); }
td.TdClassName
{
border-color: #F4D341;
}
.TagClassName
{
border-color: #F4D341;
}
</style>