Shades of Festival #F1D540
Tints of Festival #F1D540
RGB
CMYK
RGB Variations
Color information
#F1D540 (or 0xF1D540) is known color: Festival. HEX triplet: F1, D5 and 40. RGB value is (241,213,64). Sum of RGB (Red+Green+Blue) = 241+213+64=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D540 is #0E2ABF. Grayscale: #CDCDCD. Windows color (decimal): -928448 or 4249073. OLE color: 4249073.
HSL color Cylindrical-coordinate representation of color #F1D540: hue angle of 50.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1D540 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 64 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.05 |
| HSL | 50.51º | 0.86% | 0.6% | - |
| HSV(B) | 50.51º | 0.73% | 0.95% | - |
| XYZ | 61 | 66.66 | 14.5 | - |
| YUV | 204.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 64 | 0 | 0.12 | 0.73 | 0.05 | 50.51 | 0.86 | 0.6 |
| Hex | F1 | D5 | 40 | 0 | C | 49 | 5 | 33 | 56 | 3C |
| Octal | 361 | 325 | 100 | 0 | 14 | 111 | 5 | 63 | 126 | 74 |
| Binary | 11110001 | 11010101 | 1000000 | 0 | 1100 | 1001001 | 101 | 110011 | 1010110 | 111100 |
Color Harmonies of #F1D540
Complementary color
Monochromatic Colors of #F1D540
Black with #F1D540
Text Example
Text Example
White with #F1D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D540; }
p { color: rgb(241,213,64); }
H1.HeaderClassName
{
color: #F1D540;
}
.AnyTagClassName
{
color: #F1D540;
}
</style>
background-color css
<style>
a { background-color: #F1D540; }
a { background-color: rgb(241,213,64); }
div.DivClassName
{
background-color: #F1D540;
}
.BgClassName
{
background-color: #F1D540;
}
</style>
border-color css
<style>
span { border-color: #F1D540; }
span { border-color: rgb(241,213,64); }
td.TdClassName
{
border-color: #F1D540;
}
.TagClassName
{
border-color: #F1D540;
}
</style>