Shades of Festival #F1D143
Tints of Festival #F1D143
RGB
CMYK
RGB Variations
Color information
#F1D143 (or 0xF1D143) is known color: Festival. HEX triplet: F1, D1 and 43. RGB value is (241,209,67). Sum of RGB (Red+Green+Blue) = 241+209+67=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D143 is #0E2EBC. Grayscale: #CACACA. Windows color (decimal): -929469 or 4444657. OLE color: 4444657.
HSL color Cylindrical-coordinate representation of color #F1D143: hue angle of 48.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1D143 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.05 |
| HSL | 48.97º | 0.86% | 0.6% | - |
| HSV(B) | 48.97º | 0.72% | 0.95% | - |
| XYZ | 60.09 | 64.71 | 14.63 | - |
| YUV | 202.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 67 | 0 | 0.13 | 0.72 | 0.05 | 48.97 | 0.86 | 0.6 |
| Hex | F1 | D1 | 43 | 0 | D | 48 | 5 | 31 | 56 | 3C |
| Octal | 361 | 321 | 103 | 0 | 15 | 110 | 5 | 61 | 126 | 74 |
| Binary | 11110001 | 11010001 | 1000011 | 0 | 1101 | 1001000 | 101 | 110001 | 1010110 | 111100 |
Color Harmonies of #F1D143
Complementary color
Monochromatic Colors of #F1D143
Black with #F1D143
Text Example
Text Example
White with #F1D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D143; }
p { color: rgb(241,209,67); }
H1.HeaderClassName
{
color: #F1D143;
}
.AnyTagClassName
{
color: #F1D143;
}
</style>
background-color css
<style>
a { background-color: #F1D143; }
a { background-color: rgb(241,209,67); }
div.DivClassName
{
background-color: #F1D143;
}
.BgClassName
{
background-color: #F1D143;
}
</style>
border-color css
<style>
span { border-color: #F1D143; }
span { border-color: rgb(241,209,67); }
td.TdClassName
{
border-color: #F1D143;
}
.TagClassName
{
border-color: #F1D143;
}
</style>