Shades of Festival #F1CA49
Tints of Festival #F1CA49
RGB
CMYK
RGB Variations
Color information
#F1CA49 (or 0xF1CA49) is known color: Festival. HEX triplet: F1, CA and 49. RGB value is (241,202,73). Sum of RGB (Red+Green+Blue) = 241+202+73=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CA49 is #0E35B6. Grayscale: #C7C7C7. Windows color (decimal): -931255 or 4836081. OLE color: 4836081.
HSL color Cylindrical-coordinate representation of color #F1CA49: hue angle of 46.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1CA49 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 73 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.05 |
| HSL | 46.07º | 0.86% | 0.62% | - |
| HSV(B) | 46.07º | 0.7% | 0.95% | - |
| XYZ | 58.6 | 61.42 | 15.07 | - |
| YUV | 198.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 73 | 0 | 0.16 | 0.70 | 0.05 | 46.07 | 0.86 | 0.62 |
| Hex | F1 | CA | 49 | 0 | 10 | 46 | 5 | 2E | 56 | 3E |
| Octal | 361 | 312 | 111 | 0 | 20 | 106 | 5 | 56 | 126 | 76 |
| Binary | 11110001 | 11001010 | 1001001 | 0 | 10000 | 1000110 | 101 | 101110 | 1010110 | 111110 |
Color Harmonies of #F1CA49
Complementary color
Monochromatic Colors of #F1CA49
Black with #F1CA49
Text Example
Text Example
White with #F1CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA49; }
p { color: rgb(241,202,73); }
H1.HeaderClassName
{
color: #F1CA49;
}
.AnyTagClassName
{
color: #F1CA49;
}
</style>
background-color css
<style>
a { background-color: #F1CA49; }
a { background-color: rgb(241,202,73); }
div.DivClassName
{
background-color: #F1CA49;
}
.BgClassName
{
background-color: #F1CA49;
}
</style>
border-color css
<style>
span { border-color: #F1CA49; }
span { border-color: rgb(241,202,73); }
td.TdClassName
{
border-color: #F1CA49;
}
.TagClassName
{
border-color: #F1CA49;
}
</style>