Shades of Festival #F1CC40
Tints of Festival #F1CC40
RGB
CMYK
RGB Variations
Color information
#F1CC40 (or 0xF1CC40) is known color: Festival. HEX triplet: F1, CC and 40. RGB value is (241,204,64). Sum of RGB (Red+Green+Blue) = 241+204+64=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC40 is #0E33BF. Grayscale: #C7C7C7. Windows color (decimal): -930752 or 4246769. OLE color: 4246769.
HSL color Cylindrical-coordinate representation of color #F1CC40: hue angle of 47.46º 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 #F1CC40 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 64 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.05 |
| HSL | 47.46º | 0.86% | 0.6% | - |
| HSV(B) | 47.46º | 0.73% | 0.95% | - |
| XYZ | 58.79 | 62.26 | 13.77 | - |
| YUV | 199.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 64 | 0 | 0.15 | 0.73 | 0.05 | 47.46 | 0.86 | 0.6 |
| Hex | F1 | CC | 40 | 0 | F | 49 | 5 | 2F | 56 | 3C |
| Octal | 361 | 314 | 100 | 0 | 17 | 111 | 5 | 57 | 126 | 74 |
| Binary | 11110001 | 11001100 | 1000000 | 0 | 1111 | 1001001 | 101 | 101111 | 1010110 | 111100 |
Color Harmonies of #F1CC40
Complementary color
Monochromatic Colors of #F1CC40
Black with #F1CC40
Text Example
Text Example
White with #F1CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC40; }
p { color: rgb(241,204,64); }
H1.HeaderClassName
{
color: #F1CC40;
}
.AnyTagClassName
{
color: #F1CC40;
}
</style>
background-color css
<style>
a { background-color: #F1CC40; }
a { background-color: rgb(241,204,64); }
div.DivClassName
{
background-color: #F1CC40;
}
.BgClassName
{
background-color: #F1CC40;
}
</style>
border-color css
<style>
span { border-color: #F1CC40; }
span { border-color: rgb(241,204,64); }
td.TdClassName
{
border-color: #F1CC40;
}
.TagClassName
{
border-color: #F1CC40;
}
</style>