Shades of Festival #F1C948
Tints of Festival #F1C948
RGB
CMYK
RGB Variations
Color information
#F1C948 (or 0xF1C948) is known color: Festival. HEX triplet: F1, C9 and 48. RGB value is (241,201,72). Sum of RGB (Red+Green+Blue) = 241+201+72=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C948 is #0E36B7. Grayscale: #C6C6C6. Windows color (decimal): -931512 or 4770289. OLE color: 4770289.
HSL color Cylindrical-coordinate representation of color #F1C948: hue angle of 45.8º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1C948 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 72 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.05 |
| HSL | 45.8º | 0.86% | 0.61% | - |
| HSV(B) | 45.8º | 0.7% | 0.95% | - |
| XYZ | 58.33 | 60.94 | 14.82 | - |
| YUV | 198.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 72 | 0 | 0.17 | 0.70 | 0.05 | 45.8 | 0.86 | 0.61 |
| Hex | F1 | C9 | 48 | 0 | 11 | 46 | 5 | 2E | 56 | 3D |
| Octal | 361 | 311 | 110 | 0 | 21 | 106 | 5 | 56 | 126 | 75 |
| Binary | 11110001 | 11001001 | 1001000 | 0 | 10001 | 1000110 | 101 | 101110 | 1010110 | 111101 |
Color Harmonies of #F1C948
Complementary color
Monochromatic Colors of #F1C948
Black with #F1C948
Text Example
Text Example
White with #F1C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C948; }
p { color: rgb(241,201,72); }
H1.HeaderClassName
{
color: #F1C948;
}
.AnyTagClassName
{
color: #F1C948;
}
</style>
background-color css
<style>
a { background-color: #F1C948; }
a { background-color: rgb(241,201,72); }
div.DivClassName
{
background-color: #F1C948;
}
.BgClassName
{
background-color: #F1C948;
}
</style>
border-color css
<style>
span { border-color: #F1C948; }
span { border-color: rgb(241,201,72); }
td.TdClassName
{
border-color: #F1C948;
}
.TagClassName
{
border-color: #F1C948;
}
</style>