Shades of Festival #F1D545
Tints of Festival #F1D545
RGB
CMYK
RGB Variations
Color information
#F1D545 (or 0xF1D545) is known color: Festival. HEX triplet: F1, D5 and 45. RGB value is (241,213,69). Sum of RGB (Red+Green+Blue) = 241+213+69=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D545 is #0E2ABA. Grayscale: #CDCDCD. Windows color (decimal): -928443 or 4576753. OLE color: 4576753.
HSL color Cylindrical-coordinate representation of color #F1D545: hue angle of 50.23º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1D545 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 69 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.05 |
| HSL | 50.23º | 0.86% | 0.61% | - |
| HSV(B) | 50.23º | 0.71% | 0.95% | - |
| XYZ | 61.14 | 66.72 | 15.29 | - |
| YUV | 204.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 69 | 0 | 0.12 | 0.71 | 0.05 | 50.23 | 0.86 | 0.61 |
| Hex | F1 | D5 | 45 | 0 | C | 47 | 5 | 32 | 56 | 3D |
| Octal | 361 | 325 | 105 | 0 | 14 | 107 | 5 | 62 | 126 | 75 |
| Binary | 11110001 | 11010101 | 1000101 | 0 | 1100 | 1000111 | 101 | 110010 | 1010110 | 111101 |
Color Harmonies of #F1D545
Complementary color
Monochromatic Colors of #F1D545
Black with #F1D545
Text Example
Text Example
White with #F1D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D545; }
p { color: rgb(241,213,69); }
H1.HeaderClassName
{
color: #F1D545;
}
.AnyTagClassName
{
color: #F1D545;
}
</style>
background-color css
<style>
a { background-color: #F1D545; }
a { background-color: rgb(241,213,69); }
div.DivClassName
{
background-color: #F1D545;
}
.BgClassName
{
background-color: #F1D545;
}
</style>
border-color css
<style>
span { border-color: #F1D545; }
span { border-color: rgb(241,213,69); }
td.TdClassName
{
border-color: #F1D545;
}
.TagClassName
{
border-color: #F1D545;
}
</style>