Shades of Festival #F6D143
Tints of Festival #F6D143
RGB
CMYK
RGB Variations
Color information
#F6D143 (or 0xF6D143) is known color: Festival. HEX triplet: F6, D1 and 43. RGB value is (246,209,67). Sum of RGB (Red+Green+Blue) = 246+209+67=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 67 (26.56% from 255 or 12.84% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D143 is #092EBC. Grayscale: #CCCCCC. Windows color (decimal): -601789 or 4444662. OLE color: 4444662.
HSL color Cylindrical-coordinate representation of color #F6D143: hue angle of 47.6º 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 #F6D143 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 67 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.04 |
| HSL | 47.6º | 0.91% | 0.61% | - |
| HSV(B) | 47.6º | 0.73% | 0.96% | - |
| XYZ | 61.82 | 65.6 | 14.71 | - |
| YUV | 203.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 67 | 0 | 0.15 | 0.73 | 0.04 | 47.6 | 0.91 | 0.61 |
| Hex | F6 | D1 | 43 | 0 | F | 49 | 4 | 30 | 5B | 3D |
| Octal | 366 | 321 | 103 | 0 | 17 | 111 | 4 | 60 | 133 | 75 |
| Binary | 11110110 | 11010001 | 1000011 | 0 | 1111 | 1001001 | 100 | 110000 | 1011011 | 111101 |
Color Harmonies of #F6D143
Complementary color
Monochromatic Colors of #F6D143
Black with #F6D143
Text Example
Text Example
White with #F6D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D143; }
p { color: rgb(246,209,67); }
H1.HeaderClassName
{
color: #F6D143;
}
.AnyTagClassName
{
color: #F6D143;
}
</style>
background-color css
<style>
a { background-color: #F6D143; }
a { background-color: rgb(246,209,67); }
div.DivClassName
{
background-color: #F6D143;
}
.BgClassName
{
background-color: #F6D143;
}
</style>
border-color css
<style>
span { border-color: #F6D143; }
span { border-color: rgb(246,209,67); }
td.TdClassName
{
border-color: #F6D143;
}
.TagClassName
{
border-color: #F6D143;
}
</style>