Shades of Festival #F1CF3E
Tints of Festival #F1CF3E
RGB
CMYK
RGB Variations
Color information
#F1CF3E (or 0xF1CF3E) is known color: Festival. HEX triplet: F1, CF and 3E. RGB value is (241,207,62). Sum of RGB (Red+Green+Blue) = 241+207+62=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF3E is #0E30C1. Grayscale: #C9C9C9. Windows color (decimal): -929986 or 4116465. OLE color: 4116465.
HSL color Cylindrical-coordinate representation of color #F1CF3E: hue angle of 48.6º 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 #F1CF3E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 62 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.05 |
| HSL | 48.6º | 0.86% | 0.59% | - |
| HSV(B) | 48.6º | 0.74% | 0.95% | - |
| XYZ | 59.46 | 63.67 | 13.71 | - |
| YUV | 200.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 62 | 0 | 0.14 | 0.74 | 0.05 | 48.6 | 0.86 | 0.59 |
| Hex | F1 | CF | 3E | 0 | E | 4A | 5 | 31 | 56 | 3B |
| Octal | 361 | 317 | 76 | 0 | 16 | 112 | 5 | 61 | 126 | 73 |
| Binary | 11110001 | 11001111 | 111110 | 0 | 1110 | 1001010 | 101 | 110001 | 1010110 | 111011 |
Color Harmonies of #F1CF3E
Complementary color
Monochromatic Colors of #F1CF3E
Black with #F1CF3E
Text Example
Text Example
White with #F1CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF3E; }
p { color: rgb(241,207,62); }
H1.HeaderClassName
{
color: #F1CF3E;
}
.AnyTagClassName
{
color: #F1CF3E;
}
</style>
background-color css
<style>
a { background-color: #F1CF3E; }
a { background-color: rgb(241,207,62); }
div.DivClassName
{
background-color: #F1CF3E;
}
.BgClassName
{
background-color: #F1CF3E;
}
</style>
border-color css
<style>
span { border-color: #F1CF3E; }
span { border-color: rgb(241,207,62); }
td.TdClassName
{
border-color: #F1CF3E;
}
.TagClassName
{
border-color: #F1CF3E;
}
</style>