Shades of Festival #F6D043
Tints of Festival #F6D043
RGB
CMYK
RGB Variations
Color information
#F6D043 (or 0xF6D043) is known color: Festival. HEX triplet: F6, D0 and 43. RGB value is (246,208,67). Sum of RGB (Red+Green+Blue) = 246+208+67=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D043 is #092FBC. Grayscale: #CBCBCB. Windows color (decimal): -602045 or 4444406. OLE color: 4444406.
HSL color Cylindrical-coordinate representation of color #F6D043: hue angle of 47.26º 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 #F6D043 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 67 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.04 |
| HSL | 47.26º | 0.91% | 0.61% | - |
| HSV(B) | 47.26º | 0.73% | 0.96% | - |
| XYZ | 61.58 | 65.11 | 14.63 | - |
| YUV | 203.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 67 | 0 | 0.15 | 0.73 | 0.04 | 47.26 | 0.91 | 0.61 |
| Hex | F6 | D0 | 43 | 0 | F | 49 | 4 | 2F | 5B | 3D |
| Octal | 366 | 320 | 103 | 0 | 17 | 111 | 4 | 57 | 133 | 75 |
| Binary | 11110110 | 11010000 | 1000011 | 0 | 1111 | 1001001 | 100 | 101111 | 1011011 | 111101 |
Color Harmonies of #F6D043
Complementary color
Monochromatic Colors of #F6D043
Black with #F6D043
Text Example
Text Example
White with #F6D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D043; }
p { color: rgb(246,208,67); }
H1.HeaderClassName
{
color: #F6D043;
}
.AnyTagClassName
{
color: #F6D043;
}
</style>
background-color css
<style>
a { background-color: #F6D043; }
a { background-color: rgb(246,208,67); }
div.DivClassName
{
background-color: #F6D043;
}
.BgClassName
{
background-color: #F6D043;
}
</style>
border-color css
<style>
span { border-color: #F6D043; }
span { border-color: rgb(246,208,67); }
td.TdClassName
{
border-color: #F6D043;
}
.TagClassName
{
border-color: #F6D043;
}
</style>