Shades of Festival #F1C641
Tints of Festival #F1C641
RGB
CMYK
RGB Variations
Color information
#F1C641 (or 0xF1C641) is known color: Festival. HEX triplet: F1, C6 and 41. RGB value is (241,198,65). Sum of RGB (Red+Green+Blue) = 241+198+65=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C641 is #0E39BE. Grayscale: #C4C4C4. Windows color (decimal): -932287 or 4310769. OLE color: 4310769.
HSL color Cylindrical-coordinate representation of color #F1C641: hue angle of 45.34º 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 #F1C641 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 65 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.05 |
| HSL | 45.34º | 0.86% | 0.6% | - |
| HSV(B) | 45.34º | 0.73% | 0.95% | - |
| XYZ | 57.42 | 59.47 | 13.45 | - |
| YUV | 195.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 65 | 0 | 0.18 | 0.73 | 0.05 | 45.34 | 0.86 | 0.6 |
| Hex | F1 | C6 | 41 | 0 | 12 | 49 | 5 | 2D | 56 | 3C |
| Octal | 361 | 306 | 101 | 0 | 22 | 111 | 5 | 55 | 126 | 74 |
| Binary | 11110001 | 11000110 | 1000001 | 0 | 10010 | 1001001 | 101 | 101101 | 1010110 | 111100 |
Color Harmonies of #F1C641
Complementary color
Monochromatic Colors of #F1C641
Black with #F1C641
Text Example
Text Example
White with #F1C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C641; }
p { color: rgb(241,198,65); }
H1.HeaderClassName
{
color: #F1C641;
}
.AnyTagClassName
{
color: #F1C641;
}
</style>
background-color css
<style>
a { background-color: #F1C641; }
a { background-color: rgb(241,198,65); }
div.DivClassName
{
background-color: #F1C641;
}
.BgClassName
{
background-color: #F1C641;
}
</style>
border-color css
<style>
span { border-color: #F1C641; }
span { border-color: rgb(241,198,65); }
td.TdClassName
{
border-color: #F1C641;
}
.TagClassName
{
border-color: #F1C641;
}
</style>