Shades of Festival #F5CB40
Tints of Festival #F5CB40
RGB
CMYK
RGB Variations
Color information
#F5CB40 (or 0xF5CB40) is known color: Festival. HEX triplet: F5, CB and 40. RGB value is (245,203,64). Sum of RGB (Red+Green+Blue) = 245+203+64=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB40 is #0A34BF. Grayscale: #C8C8C8. Windows color (decimal): -668864 or 4246517. OLE color: 4246517.
HSL color Cylindrical-coordinate representation of color #F5CB40: hue angle of 46.08º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5CB40 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 64 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.04 |
| HSL | 46.08º | 0.9% | 0.61% | - |
| HSV(B) | 46.08º | 0.74% | 0.96% | - |
| XYZ | 59.94 | 62.49 | 13.75 | - |
| YUV | 199.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 64 | 0 | 0.17 | 0.74 | 0.04 | 46.08 | 0.9 | 0.61 |
| Hex | F5 | CB | 40 | 0 | 11 | 4A | 4 | 2E | 5A | 3D |
| Octal | 365 | 313 | 100 | 0 | 21 | 112 | 4 | 56 | 132 | 75 |
| Binary | 11110101 | 11001011 | 1000000 | 0 | 10001 | 1001010 | 100 | 101110 | 1011010 | 111101 |
Color Harmonies of #F5CB40
Complementary color
Monochromatic Colors of #F5CB40
Black with #F5CB40
Text Example
Text Example
White with #F5CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB40; }
p { color: rgb(245,203,64); }
H1.HeaderClassName
{
color: #F5CB40;
}
.AnyTagClassName
{
color: #F5CB40;
}
</style>
background-color css
<style>
a { background-color: #F5CB40; }
a { background-color: rgb(245,203,64); }
div.DivClassName
{
background-color: #F5CB40;
}
.BgClassName
{
background-color: #F5CB40;
}
</style>
border-color css
<style>
span { border-color: #F5CB40; }
span { border-color: rgb(245,203,64); }
td.TdClassName
{
border-color: #F5CB40;
}
.TagClassName
{
border-color: #F5CB40;
}
</style>