Shades of Festival #F1D63E
Tints of Festival #F1D63E
RGB
CMYK
RGB Variations
Color information
#F1D63E (or 0xF1D63E) is known color: Festival. HEX triplet: F1, D6 and 3E. RGB value is (241,214,62). Sum of RGB (Red+Green+Blue) = 241+214+62=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D63E is #0E29C1. Grayscale: #CDCDCD. Windows color (decimal): -928194 or 4118257. OLE color: 4118257.
HSL color Cylindrical-coordinate representation of color #F1D63E: hue angle of 50.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1D63E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 62 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.05 |
| HSL | 50.95º | 0.86% | 0.59% | - |
| HSV(B) | 50.95º | 0.74% | 0.95% | - |
| XYZ | 61.19 | 67.14 | 14.29 | - |
| YUV | 204.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 62 | 0 | 0.11 | 0.74 | 0.05 | 50.95 | 0.86 | 0.59 |
| Hex | F1 | D6 | 3E | 0 | B | 4A | 5 | 33 | 56 | 3B |
| Octal | 361 | 326 | 76 | 0 | 13 | 112 | 5 | 63 | 126 | 73 |
| Binary | 11110001 | 11010110 | 111110 | 0 | 1011 | 1001010 | 101 | 110011 | 1010110 | 111011 |
Color Harmonies of #F1D63E
Complementary color
Monochromatic Colors of #F1D63E
Black with #F1D63E
Text Example
Text Example
White with #F1D63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D63E; }
p { color: rgb(241,214,62); }
H1.HeaderClassName
{
color: #F1D63E;
}
.AnyTagClassName
{
color: #F1D63E;
}
</style>
background-color css
<style>
a { background-color: #F1D63E; }
a { background-color: rgb(241,214,62); }
div.DivClassName
{
background-color: #F1D63E;
}
.BgClassName
{
background-color: #F1D63E;
}
</style>
border-color css
<style>
span { border-color: #F1D63E; }
span { border-color: rgb(241,214,62); }
td.TdClassName
{
border-color: #F1D63E;
}
.TagClassName
{
border-color: #F1D63E;
}
</style>