Shades of Festival #F1D043
Tints of Festival #F1D043
RGB
CMYK
RGB Variations
Color information
#F1D043 (or 0xF1D043) is known color: Festival. HEX triplet: F1, D0 and 43. RGB value is (241,208,67). Sum of RGB (Red+Green+Blue) = 241+208+67=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D043 is #0E2FBC. Grayscale: #CACACA. Windows color (decimal): -929725 or 4444401. OLE color: 4444401.
HSL color Cylindrical-coordinate representation of color #F1D043: hue angle of 48.62º 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 #F1D043 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 67 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.05 |
| HSL | 48.62º | 0.86% | 0.6% | - |
| HSV(B) | 48.62º | 0.72% | 0.95% | - |
| XYZ | 59.84 | 64.22 | 14.55 | - |
| YUV | 201.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 67 | 0 | 0.14 | 0.72 | 0.05 | 48.62 | 0.86 | 0.6 |
| Hex | F1 | D0 | 43 | 0 | E | 48 | 5 | 31 | 56 | 3C |
| Octal | 361 | 320 | 103 | 0 | 16 | 110 | 5 | 61 | 126 | 74 |
| Binary | 11110001 | 11010000 | 1000011 | 0 | 1110 | 1001000 | 101 | 110001 | 1010110 | 111100 |
Color Harmonies of #F1D043
Complementary color
Monochromatic Colors of #F1D043
Black with #F1D043
Text Example
Text Example
White with #F1D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D043; }
p { color: rgb(241,208,67); }
H1.HeaderClassName
{
color: #F1D043;
}
.AnyTagClassName
{
color: #F1D043;
}
</style>
background-color css
<style>
a { background-color: #F1D043; }
a { background-color: rgb(241,208,67); }
div.DivClassName
{
background-color: #F1D043;
}
.BgClassName
{
background-color: #F1D043;
}
</style>
border-color css
<style>
span { border-color: #F1D043; }
span { border-color: rgb(241,208,67); }
td.TdClassName
{
border-color: #F1D043;
}
.TagClassName
{
border-color: #F1D043;
}
</style>