Shades of Festival #F5D145
Tints of Festival #F5D145
RGB
CMYK
RGB Variations
Color information
#F5D145 (or 0xF5D145) is known color: Festival. HEX triplet: F5, D1 and 45. RGB value is (245,209,69). Sum of RGB (Red+Green+Blue) = 245+209+69=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D145 is #0A2EBA. Grayscale: #CCCCCC. Windows color (decimal): -667323 or 4575733. OLE color: 4575733.
HSL color Cylindrical-coordinate representation of color #F5D145: hue angle of 47.73º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5D145 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 69 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.04 |
| HSL | 47.73º | 0.9% | 0.62% | - |
| HSV(B) | 47.73º | 0.72% | 0.96% | - |
| XYZ | 61.53 | 65.44 | 15.02 | - |
| YUV | 203.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 69 | 0 | 0.15 | 0.72 | 0.04 | 47.73 | 0.9 | 0.62 |
| Hex | F5 | D1 | 45 | 0 | F | 48 | 4 | 30 | 5A | 3E |
| Octal | 365 | 321 | 105 | 0 | 17 | 110 | 4 | 60 | 132 | 76 |
| Binary | 11110101 | 11010001 | 1000101 | 0 | 1111 | 1001000 | 100 | 110000 | 1011010 | 111110 |
Color Harmonies of #F5D145
Complementary color
Monochromatic Colors of #F5D145
Black with #F5D145
Text Example
Text Example
White with #F5D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D145; }
p { color: rgb(245,209,69); }
H1.HeaderClassName
{
color: #F5D145;
}
.AnyTagClassName
{
color: #F5D145;
}
</style>
background-color css
<style>
a { background-color: #F5D145; }
a { background-color: rgb(245,209,69); }
div.DivClassName
{
background-color: #F5D145;
}
.BgClassName
{
background-color: #F5D145;
}
</style>
border-color css
<style>
span { border-color: #F5D145; }
span { border-color: rgb(245,209,69); }
td.TdClassName
{
border-color: #F5D145;
}
.TagClassName
{
border-color: #F5D145;
}
</style>