Shades of Festival #F5CE41
Tints of Festival #F5CE41
RGB
CMYK
RGB Variations
Color information
#F5CE41 (or 0xF5CE41) is known color: Festival. HEX triplet: F5, CE and 41. RGB value is (245,206,65). Sum of RGB (Red+Green+Blue) = 245+206+65=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE41 is #0A31BE. Grayscale: #CACACA. Windows color (decimal): -668095 or 4312821. OLE color: 4312821.
HSL color Cylindrical-coordinate representation of color #F5CE41: hue angle of 47º degrees, saturation: 0.9, 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 #F5CE41 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 65 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.04 |
| HSL | 47º | 0.9% | 0.61% | - |
| HSV(B) | 47º | 0.73% | 0.96% | - |
| XYZ | 60.68 | 63.94 | 14.14 | - |
| YUV | 201.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 65 | 0 | 0.16 | 0.73 | 0.04 | 47 | 0.9 | 0.61 |
| Hex | F5 | CE | 41 | 0 | 10 | 49 | 4 | 2F | 5A | 3D |
| Octal | 365 | 316 | 101 | 0 | 20 | 111 | 4 | 57 | 132 | 75 |
| Binary | 11110101 | 11001110 | 1000001 | 0 | 10000 | 1001001 | 100 | 101111 | 1011010 | 111101 |
Color Harmonies of #F5CE41
Complementary color
Monochromatic Colors of #F5CE41
Black with #F5CE41
Text Example
Text Example
White with #F5CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE41; }
p { color: rgb(245,206,65); }
H1.HeaderClassName
{
color: #F5CE41;
}
.AnyTagClassName
{
color: #F5CE41;
}
</style>
background-color css
<style>
a { background-color: #F5CE41; }
a { background-color: rgb(245,206,65); }
div.DivClassName
{
background-color: #F5CE41;
}
.BgClassName
{
background-color: #F5CE41;
}
</style>
border-color css
<style>
span { border-color: #F5CE41; }
span { border-color: rgb(245,206,65); }
td.TdClassName
{
border-color: #F5CE41;
}
.TagClassName
{
border-color: #F5CE41;
}
</style>