Shades of Festival #F4D145
Tints of Festival #F4D145
RGB
CMYK
RGB Variations
Color information
#F4D145 (or 0xF4D145) is known color: Festival. HEX triplet: F4, D1 and 45. RGB value is (244,209,69). Sum of RGB (Red+Green+Blue) = 244+209+69=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D145 is #0B2EBA. Grayscale: #CCCCCC. Windows color (decimal): -732859 or 4575732. OLE color: 4575732.
HSL color Cylindrical-coordinate representation of color #F4D145: hue angle of 48º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4D145 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 69 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.04 |
| HSL | 48º | 0.89% | 0.61% | - |
| HSV(B) | 48º | 0.72% | 0.96% | - |
| XYZ | 61.18 | 65.26 | 15 | - |
| YUV | 203.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 69 | 0 | 0.14 | 0.72 | 0.04 | 48 | 0.89 | 0.61 |
| Hex | F4 | D1 | 45 | 0 | E | 48 | 4 | 30 | 59 | 3D |
| Octal | 364 | 321 | 105 | 0 | 16 | 110 | 4 | 60 | 131 | 75 |
| Binary | 11110100 | 11010001 | 1000101 | 0 | 1110 | 1001000 | 100 | 110000 | 1011001 | 111101 |
Color Harmonies of #F4D145
Complementary color
Monochromatic Colors of #F4D145
Black with #F4D145
Text Example
Text Example
White with #F4D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D145; }
p { color: rgb(244,209,69); }
H1.HeaderClassName
{
color: #F4D145;
}
.AnyTagClassName
{
color: #F4D145;
}
</style>
background-color css
<style>
a { background-color: #F4D145; }
a { background-color: rgb(244,209,69); }
div.DivClassName
{
background-color: #F4D145;
}
.BgClassName
{
background-color: #F4D145;
}
</style>
border-color css
<style>
span { border-color: #F4D145; }
span { border-color: rgb(244,209,69); }
td.TdClassName
{
border-color: #F4D145;
}
.TagClassName
{
border-color: #F4D145;
}
</style>