Shades of Festival #F1D344
Tints of Festival #F1D344
RGB
CMYK
RGB Variations
Color information
#F1D344 (or 0xF1D344) is known color: Festival. HEX triplet: F1, D3 and 44. RGB value is (241,211,68). Sum of RGB (Red+Green+Blue) = 241+211+68=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D344 is #0E2CBB. Grayscale: #CCCCCC. Windows color (decimal): -928956 or 4510705. OLE color: 4510705.
HSL color Cylindrical-coordinate representation of color #F1D344: hue angle of 49.6º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1D344 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 68 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.05 |
| HSL | 49.6º | 0.86% | 0.61% | - |
| HSV(B) | 49.6º | 0.72% | 0.95% | - |
| XYZ | 60.61 | 65.71 | 14.96 | - |
| YUV | 203.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 68 | 0 | 0.12 | 0.72 | 0.05 | 49.6 | 0.86 | 0.61 |
| Hex | F1 | D3 | 44 | 0 | C | 48 | 5 | 32 | 56 | 3D |
| Octal | 361 | 323 | 104 | 0 | 14 | 110 | 5 | 62 | 126 | 75 |
| Binary | 11110001 | 11010011 | 1000100 | 0 | 1100 | 1001000 | 101 | 110010 | 1010110 | 111101 |
Color Harmonies of #F1D344
Complementary color
Monochromatic Colors of #F1D344
Black with #F1D344
Text Example
Text Example
White with #F1D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D344; }
p { color: rgb(241,211,68); }
H1.HeaderClassName
{
color: #F1D344;
}
.AnyTagClassName
{
color: #F1D344;
}
</style>
background-color css
<style>
a { background-color: #F1D344; }
a { background-color: rgb(241,211,68); }
div.DivClassName
{
background-color: #F1D344;
}
.BgClassName
{
background-color: #F1D344;
}
</style>
border-color css
<style>
span { border-color: #F1D344; }
span { border-color: rgb(241,211,68); }
td.TdClassName
{
border-color: #F1D344;
}
.TagClassName
{
border-color: #F1D344;
}
</style>