Shades of Festival #F1CF42
Tints of Festival #F1CF42
RGB
CMYK
RGB Variations
Color information
#F1CF42 (or 0xF1CF42) is known color: Festival. HEX triplet: F1, CF and 42. RGB value is (241,207,66). Sum of RGB (Red+Green+Blue) = 241+207+66=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF42 is #0E30BD. Grayscale: #C9C9C9. Windows color (decimal): -929982 or 4378609. OLE color: 4378609.
HSL color Cylindrical-coordinate representation of color #F1CF42: hue angle of 48.34º 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 #F1CF42 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 66 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.05 |
| HSL | 48.34º | 0.86% | 0.6% | - |
| HSV(B) | 48.34º | 0.73% | 0.95% | - |
| XYZ | 59.57 | 63.72 | 14.31 | - |
| YUV | 201.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 66 | 0 | 0.14 | 0.73 | 0.05 | 48.34 | 0.86 | 0.6 |
| Hex | F1 | CF | 42 | 0 | E | 49 | 5 | 30 | 56 | 3C |
| Octal | 361 | 317 | 102 | 0 | 16 | 111 | 5 | 60 | 126 | 74 |
| Binary | 11110001 | 11001111 | 1000010 | 0 | 1110 | 1001001 | 101 | 110000 | 1010110 | 111100 |
Color Harmonies of #F1CF42
Complementary color
Monochromatic Colors of #F1CF42
Black with #F1CF42
Text Example
Text Example
White with #F1CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF42; }
p { color: rgb(241,207,66); }
H1.HeaderClassName
{
color: #F1CF42;
}
.AnyTagClassName
{
color: #F1CF42;
}
</style>
background-color css
<style>
a { background-color: #F1CF42; }
a { background-color: rgb(241,207,66); }
div.DivClassName
{
background-color: #F1CF42;
}
.BgClassName
{
background-color: #F1CF42;
}
</style>
border-color css
<style>
span { border-color: #F1CF42; }
span { border-color: rgb(241,207,66); }
td.TdClassName
{
border-color: #F1CF42;
}
.TagClassName
{
border-color: #F1CF42;
}
</style>