Shades of Festival #F4D441
Tints of Festival #F4D441
RGB
CMYK
RGB Variations
Color information
#F4D441 (or 0xF4D441) is known color: Festival. HEX triplet: F4, D4 and 41. RGB value is (244,212,65). Sum of RGB (Red+Green+Blue) = 244+212+65=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D441 is #0B2BBE. Grayscale: #CDCDCD. Windows color (decimal): -732095 or 4314356. OLE color: 4314356.
HSL color Cylindrical-coordinate representation of color #F4D441: hue angle of 49.27º 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 #F4D441 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 65 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.04 |
| HSL | 49.27º | 0.89% | 0.61% | - |
| HSV(B) | 49.27º | 0.73% | 0.96% | - |
| XYZ | 61.81 | 66.7 | 14.62 | - |
| YUV | 204.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 65 | 0 | 0.13 | 0.73 | 0.04 | 49.27 | 0.89 | 0.61 |
| Hex | F4 | D4 | 41 | 0 | D | 49 | 4 | 31 | 59 | 3D |
| Octal | 364 | 324 | 101 | 0 | 15 | 111 | 4 | 61 | 131 | 75 |
| Binary | 11110100 | 11010100 | 1000001 | 0 | 1101 | 1001001 | 100 | 110001 | 1011001 | 111101 |
Color Harmonies of #F4D441
Complementary color
Monochromatic Colors of #F4D441
Black with #F4D441
Text Example
Text Example
White with #F4D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D441; }
p { color: rgb(244,212,65); }
H1.HeaderClassName
{
color: #F4D441;
}
.AnyTagClassName
{
color: #F4D441;
}
</style>
background-color css
<style>
a { background-color: #F4D441; }
a { background-color: rgb(244,212,65); }
div.DivClassName
{
background-color: #F4D441;
}
.BgClassName
{
background-color: #F4D441;
}
</style>
border-color css
<style>
span { border-color: #F4D441; }
span { border-color: rgb(244,212,65); }
td.TdClassName
{
border-color: #F4D441;
}
.TagClassName
{
border-color: #F4D441;
}
</style>