Shades of Festival #F6C941
Tints of Festival #F6C941
RGB
CMYK
RGB Variations
Color information
#F6C941 (or 0xF6C941) is known color: Festival. HEX triplet: F6, C9 and 41. RGB value is (246,201,65). Sum of RGB (Red+Green+Blue) = 246+201+65=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C941 is #0936BE. Grayscale: #C7C7C7. Windows color (decimal): -603839 or 4311542. OLE color: 4311542.
HSL color Cylindrical-coordinate representation of color #F6C941: hue angle of 45.08º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6C941 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 65 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.04 |
| HSL | 45.08º | 0.91% | 0.61% | - |
| HSV(B) | 45.08º | 0.74% | 0.96% | - |
| XYZ | 59.85 | 61.75 | 13.77 | - |
| YUV | 198.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 65 | 0 | 0.18 | 0.74 | 0.04 | 45.08 | 0.91 | 0.61 |
| Hex | F6 | C9 | 41 | 0 | 12 | 4A | 4 | 2D | 5B | 3D |
| Octal | 366 | 311 | 101 | 0 | 22 | 112 | 4 | 55 | 133 | 75 |
| Binary | 11110110 | 11001001 | 1000001 | 0 | 10010 | 1001010 | 100 | 101101 | 1011011 | 111101 |
Color Harmonies of #F6C941
Complementary color
Monochromatic Colors of #F6C941
Black with #F6C941
Text Example
Text Example
White with #F6C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C941; }
p { color: rgb(246,201,65); }
H1.HeaderClassName
{
color: #F6C941;
}
.AnyTagClassName
{
color: #F6C941;
}
</style>
background-color css
<style>
a { background-color: #F6C941; }
a { background-color: rgb(246,201,65); }
div.DivClassName
{
background-color: #F6C941;
}
.BgClassName
{
background-color: #F6C941;
}
</style>
border-color css
<style>
span { border-color: #F6C941; }
span { border-color: rgb(246,201,65); }
td.TdClassName
{
border-color: #F6C941;
}
.TagClassName
{
border-color: #F6C941;
}
</style>