Shades of Festival #F6CE43
Tints of Festival #F6CE43
RGB
CMYK
RGB Variations
Color information
#F6CE43 (or 0xF6CE43) is known color: Festival. HEX triplet: F6, CE and 43. RGB value is (246,206,67). Sum of RGB (Red+Green+Blue) = 246+206+67=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CE43 is #0931BC. Grayscale: #CACACA. Windows color (decimal): -602557 or 4443894. OLE color: 4443894.
HSL color Cylindrical-coordinate representation of color #F6CE43: hue angle of 46.59º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6CE43 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 67 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.04 |
| HSL | 46.59º | 0.91% | 0.61% | - |
| HSV(B) | 46.59º | 0.73% | 0.96% | - |
| XYZ | 61.09 | 64.14 | 14.47 | - |
| YUV | 202.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 67 | 0 | 0.16 | 0.73 | 0.04 | 46.59 | 0.91 | 0.61 |
| Hex | F6 | CE | 43 | 0 | 10 | 49 | 4 | 2F | 5B | 3D |
| Octal | 366 | 316 | 103 | 0 | 20 | 111 | 4 | 57 | 133 | 75 |
| Binary | 11110110 | 11001110 | 1000011 | 0 | 10000 | 1001001 | 100 | 101111 | 1011011 | 111101 |
Color Harmonies of #F6CE43
Complementary color
Monochromatic Colors of #F6CE43
Black with #F6CE43
Text Example
Text Example
White with #F6CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE43; }
p { color: rgb(246,206,67); }
H1.HeaderClassName
{
color: #F6CE43;
}
.AnyTagClassName
{
color: #F6CE43;
}
</style>
background-color css
<style>
a { background-color: #F6CE43; }
a { background-color: rgb(246,206,67); }
div.DivClassName
{
background-color: #F6CE43;
}
.BgClassName
{
background-color: #F6CE43;
}
</style>
border-color css
<style>
span { border-color: #F6CE43; }
span { border-color: rgb(246,206,67); }
td.TdClassName
{
border-color: #F6CE43;
}
.TagClassName
{
border-color: #F6CE43;
}
</style>