Shades of Festival #F1D042
Tints of Festival #F1D042
RGB
CMYK
RGB Variations
Color information
#F1D042 (or 0xF1D042) is known color: Festival. HEX triplet: F1, D0 and 42. RGB value is (241,208,66). Sum of RGB (Red+Green+Blue) = 241+208+66=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D042 is #0E2FBD. Grayscale: #CACACA. Windows color (decimal): -929726 or 4378865. OLE color: 4378865.
HSL color Cylindrical-coordinate representation of color #F1D042: hue angle of 48.69º 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 #F1D042 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 66 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.05 |
| HSL | 48.69º | 0.86% | 0.6% | - |
| HSV(B) | 48.69º | 0.73% | 0.95% | - |
| XYZ | 59.81 | 64.21 | 14.39 | - |
| YUV | 201.68 | 51.43 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 66 | 0 | 0.14 | 0.73 | 0.05 | 48.69 | 0.86 | 0.6 |
| Hex | F1 | D0 | 42 | 0 | E | 49 | 5 | 31 | 56 | 3C |
| Octal | 361 | 320 | 102 | 0 | 16 | 111 | 5 | 61 | 126 | 74 |
| Binary | 11110001 | 11010000 | 1000010 | 0 | 1110 | 1001001 | 101 | 110001 | 1010110 | 111100 |
Color Harmonies of #F1D042
Complementary color
Monochromatic Colors of #F1D042
Black with #F1D042
Text Example
Text Example
White with #F1D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D042; }
p { color: rgb(241,208,66); }
H1.HeaderClassName
{
color: #F1D042;
}
.AnyTagClassName
{
color: #F1D042;
}
</style>
background-color css
<style>
a { background-color: #F1D042; }
a { background-color: rgb(241,208,66); }
div.DivClassName
{
background-color: #F1D042;
}
.BgClassName
{
background-color: #F1D042;
}
</style>
border-color css
<style>
span { border-color: #F1D042; }
span { border-color: rgb(241,208,66); }
td.TdClassName
{
border-color: #F1D042;
}
.TagClassName
{
border-color: #F1D042;
}
</style>