Shades of Festival #F6D045
Tints of Festival #F6D045
RGB
CMYK
RGB Variations
Color information
#F6D045 (or 0xF6D045) is known color: Festival. HEX triplet: F6, D0 and 45. RGB value is (246,208,69). Sum of RGB (Red+Green+Blue) = 246+208+69=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D045 is #092FBA. Grayscale: #CCCCCC. Windows color (decimal): -602043 or 4575478. OLE color: 4575478.
HSL color Cylindrical-coordinate representation of color #F6D045: hue angle of 47.12º 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 #F6D045 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 69 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.04 |
| HSL | 47.12º | 0.91% | 0.62% | - |
| HSV(B) | 47.12º | 0.72% | 0.96% | - |
| XYZ | 61.64 | 65.13 | 14.95 | - |
| YUV | 203.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 69 | 0 | 0.15 | 0.72 | 0.04 | 47.12 | 0.91 | 0.62 |
| Hex | F6 | D0 | 45 | 0 | F | 48 | 4 | 2F | 5B | 3E |
| Octal | 366 | 320 | 105 | 0 | 17 | 110 | 4 | 57 | 133 | 76 |
| Binary | 11110110 | 11010000 | 1000101 | 0 | 1111 | 1001000 | 100 | 101111 | 1011011 | 111110 |
Color Harmonies of #F6D045
Complementary color
Monochromatic Colors of #F6D045
Black with #F6D045
Text Example
Text Example
White with #F6D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D045; }
p { color: rgb(246,208,69); }
H1.HeaderClassName
{
color: #F6D045;
}
.AnyTagClassName
{
color: #F6D045;
}
</style>
background-color css
<style>
a { background-color: #F6D045; }
a { background-color: rgb(246,208,69); }
div.DivClassName
{
background-color: #F6D045;
}
.BgClassName
{
background-color: #F6D045;
}
</style>
border-color css
<style>
span { border-color: #F6D045; }
span { border-color: rgb(246,208,69); }
td.TdClassName
{
border-color: #F6D045;
}
.TagClassName
{
border-color: #F6D045;
}
</style>