Shades of Festival #F5CE46
Tints of Festival #F5CE46
RGB
CMYK
RGB Variations
Color information
#F5CE46 (or 0xF5CE46) is known color: Festival. HEX triplet: F5, CE and 46. RGB value is (245,206,70). Sum of RGB (Red+Green+Blue) = 245+206+70=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE46 is #0A31B9. Grayscale: #CACACA. Windows color (decimal): -668090 or 4640501. OLE color: 4640501.
HSL color Cylindrical-coordinate representation of color #F5CE46: hue angle of 46.63º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5CE46 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 70 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.04 |
| HSL | 46.63º | 0.9% | 0.62% | - |
| HSV(B) | 46.63º | 0.71% | 0.96% | - |
| XYZ | 60.83 | 64 | 14.94 | - |
| YUV | 202.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 70 | 0 | 0.16 | 0.71 | 0.04 | 46.63 | 0.9 | 0.62 |
| Hex | F5 | CE | 46 | 0 | 10 | 47 | 4 | 2F | 5A | 3E |
| Octal | 365 | 316 | 106 | 0 | 20 | 107 | 4 | 57 | 132 | 76 |
| Binary | 11110101 | 11001110 | 1000110 | 0 | 10000 | 1000111 | 100 | 101111 | 1011010 | 111110 |
Color Harmonies of #F5CE46
Complementary color
Monochromatic Colors of #F5CE46
Black with #F5CE46
Text Example
Text Example
White with #F5CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE46; }
p { color: rgb(245,206,70); }
H1.HeaderClassName
{
color: #F5CE46;
}
.AnyTagClassName
{
color: #F5CE46;
}
</style>
background-color css
<style>
a { background-color: #F5CE46; }
a { background-color: rgb(245,206,70); }
div.DivClassName
{
background-color: #F5CE46;
}
.BgClassName
{
background-color: #F5CE46;
}
</style>
border-color css
<style>
span { border-color: #F5CE46; }
span { border-color: rgb(245,206,70); }
td.TdClassName
{
border-color: #F5CE46;
}
.TagClassName
{
border-color: #F5CE46;
}
</style>