Shades of Festival #F4D045
Tints of Festival #F4D045
RGB
CMYK
RGB Variations
Color information
#F4D045 (or 0xF4D045) is known color: Festival. HEX triplet: F4, D0 and 45. RGB value is (244,208,69). Sum of RGB (Red+Green+Blue) = 244+208+69=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D045 is #0B2FBA. Grayscale: #CBCBCB. Windows color (decimal): -733115 or 4575476. OLE color: 4575476.
HSL color Cylindrical-coordinate representation of color #F4D045: hue angle of 47.66º 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 #F4D045 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 69 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.04 |
| HSL | 47.66º | 0.89% | 0.61% | - |
| HSV(B) | 47.66º | 0.72% | 0.96% | - |
| XYZ | 60.94 | 64.77 | 14.92 | - |
| YUV | 202.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 69 | 0 | 0.15 | 0.72 | 0.04 | 47.66 | 0.89 | 0.61 |
| Hex | F4 | D0 | 45 | 0 | F | 48 | 4 | 30 | 59 | 3D |
| Octal | 364 | 320 | 105 | 0 | 17 | 110 | 4 | 60 | 131 | 75 |
| Binary | 11110100 | 11010000 | 1000101 | 0 | 1111 | 1001000 | 100 | 110000 | 1011001 | 111101 |
Color Harmonies of #F4D045
Complementary color
Monochromatic Colors of #F4D045
Black with #F4D045
Text Example
Text Example
White with #F4D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D045; }
p { color: rgb(244,208,69); }
H1.HeaderClassName
{
color: #F4D045;
}
.AnyTagClassName
{
color: #F4D045;
}
</style>
background-color css
<style>
a { background-color: #F4D045; }
a { background-color: rgb(244,208,69); }
div.DivClassName
{
background-color: #F4D045;
}
.BgClassName
{
background-color: #F4D045;
}
</style>
border-color css
<style>
span { border-color: #F4D045; }
span { border-color: rgb(244,208,69); }
td.TdClassName
{
border-color: #F4D045;
}
.TagClassName
{
border-color: #F4D045;
}
</style>