Shades of Festival #F1CB40
Tints of Festival #F1CB40
RGB
CMYK
RGB Variations
Color information
#F1CB40 (or 0xF1CB40) is known color: Festival. HEX triplet: F1, CB and 40. RGB value is (241,203,64). Sum of RGB (Red+Green+Blue) = 241+203+64=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB40 is #0E34BF. Grayscale: #C7C7C7. Windows color (decimal): -931008 or 4246513. OLE color: 4246513.
HSL color Cylindrical-coordinate representation of color #F1CB40: hue angle of 47.12º 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 #F1CB40 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.05 |
| HSL | 47.12º | 0.86% | 0.6% | - |
| HSV(B) | 47.12º | 0.73% | 0.95% | - |
| XYZ | 58.56 | 61.78 | 13.69 | - |
| YUV | 198.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 64 | 0 | 0.16 | 0.73 | 0.05 | 47.12 | 0.86 | 0.6 |
| Hex | F1 | CB | 40 | 0 | 10 | 49 | 5 | 2F | 56 | 3C |
| Octal | 361 | 313 | 100 | 0 | 20 | 111 | 5 | 57 | 126 | 74 |
| Binary | 11110001 | 11001011 | 1000000 | 0 | 10000 | 1001001 | 101 | 101111 | 1010110 | 111100 |
Color Harmonies of #F1CB40
Complementary color
Monochromatic Colors of #F1CB40
Black with #F1CB40
Text Example
Text Example
White with #F1CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB40; }
p { color: rgb(241,203,64); }
H1.HeaderClassName
{
color: #F1CB40;
}
.AnyTagClassName
{
color: #F1CB40;
}
</style>
background-color css
<style>
a { background-color: #F1CB40; }
a { background-color: rgb(241,203,64); }
div.DivClassName
{
background-color: #F1CB40;
}
.BgClassName
{
background-color: #F1CB40;
}
</style>
border-color css
<style>
span { border-color: #F1CB40; }
span { border-color: rgb(241,203,64); }
td.TdClassName
{
border-color: #F1CB40;
}
.TagClassName
{
border-color: #F1CB40;
}
</style>