Shades of Festival #F1C540
Tints of Festival #F1C540
RGB
CMYK
RGB Variations
Color information
#F1C540 (or 0xF1C540) is known color: Festival. HEX triplet: F1, C5 and 40. RGB value is (241,197,64). Sum of RGB (Red+Green+Blue) = 241+197+64=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C540 is #0E3ABF. Grayscale: #C3C3C3. Windows color (decimal): -932544 or 4244977. OLE color: 4244977.
HSL color Cylindrical-coordinate representation of color #F1C540: hue angle of 45.08º 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 #F1C540 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 64 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.05 |
| HSL | 45.08º | 0.86% | 0.6% | - |
| HSV(B) | 45.08º | 0.73% | 0.95% | - |
| XYZ | 57.17 | 59 | 13.23 | - |
| YUV | 194.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 64 | 0 | 0.18 | 0.73 | 0.05 | 45.08 | 0.86 | 0.6 |
| Hex | F1 | C5 | 40 | 0 | 12 | 49 | 5 | 2D | 56 | 3C |
| Octal | 361 | 305 | 100 | 0 | 22 | 111 | 5 | 55 | 126 | 74 |
| Binary | 11110001 | 11000101 | 1000000 | 0 | 10010 | 1001001 | 101 | 101101 | 1010110 | 111100 |
Color Harmonies of #F1C540
Complementary color
Monochromatic Colors of #F1C540
Black with #F1C540
Text Example
Text Example
White with #F1C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C540; }
p { color: rgb(241,197,64); }
H1.HeaderClassName
{
color: #F1C540;
}
.AnyTagClassName
{
color: #F1C540;
}
</style>
background-color css
<style>
a { background-color: #F1C540; }
a { background-color: rgb(241,197,64); }
div.DivClassName
{
background-color: #F1C540;
}
.BgClassName
{
background-color: #F1C540;
}
</style>
border-color css
<style>
span { border-color: #F1C540; }
span { border-color: rgb(241,197,64); }
td.TdClassName
{
border-color: #F1C540;
}
.TagClassName
{
border-color: #F1C540;
}
</style>