Shades of Festival #F6CB45
Tints of Festival #F6CB45
RGB
CMYK
RGB Variations
Color information
#F6CB45 (or 0xF6CB45) is known color: Festival. HEX triplet: F6, CB and 45. RGB value is (246,203,69). Sum of RGB (Red+Green+Blue) = 246+203+69=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB45 is #0934BA. Grayscale: #C9C9C9. Windows color (decimal): -603323 or 4574198. OLE color: 4574198.
HSL color Cylindrical-coordinate representation of color #F6CB45: hue angle of 45.42º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6CB45 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 69 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.04 |
| HSL | 45.42º | 0.91% | 0.62% | - |
| HSV(B) | 45.42º | 0.72% | 0.96% | - |
| XYZ | 60.44 | 62.73 | 14.55 | - |
| YUV | 200.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 69 | 0 | 0.17 | 0.72 | 0.04 | 45.42 | 0.91 | 0.62 |
| Hex | F6 | CB | 45 | 0 | 11 | 48 | 4 | 2D | 5B | 3E |
| Octal | 366 | 313 | 105 | 0 | 21 | 110 | 4 | 55 | 133 | 76 |
| Binary | 11110110 | 11001011 | 1000101 | 0 | 10001 | 1001000 | 100 | 101101 | 1011011 | 111110 |
Color Harmonies of #F6CB45
Complementary color
Monochromatic Colors of #F6CB45
Black with #F6CB45
Text Example
Text Example
White with #F6CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB45; }
p { color: rgb(246,203,69); }
H1.HeaderClassName
{
color: #F6CB45;
}
.AnyTagClassName
{
color: #F6CB45;
}
</style>
background-color css
<style>
a { background-color: #F6CB45; }
a { background-color: rgb(246,203,69); }
div.DivClassName
{
background-color: #F6CB45;
}
.BgClassName
{
background-color: #F6CB45;
}
</style>
border-color css
<style>
span { border-color: #F6CB45; }
span { border-color: rgb(246,203,69); }
td.TdClassName
{
border-color: #F6CB45;
}
.TagClassName
{
border-color: #F6CB45;
}
</style>