Shades of Festival #F5CF40
Tints of Festival #F5CF40
RGB
CMYK
RGB Variations
Color information
#F5CF40 (or 0xF5CF40) is known color: Festival. HEX triplet: F5, CF and 40. RGB value is (245,207,64). Sum of RGB (Red+Green+Blue) = 245+207+64=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF40 is #0A30BF. Grayscale: #CACACA. Windows color (decimal): -667840 or 4247541. OLE color: 4247541.
HSL color Cylindrical-coordinate representation of color #F5CF40: hue angle of 47.4º 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 #F5CF40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.04 |
| HSL | 47.4º | 0.9% | 0.61% | - |
| HSV(B) | 47.4º | 0.74% | 0.96% | - |
| XYZ | 60.89 | 64.41 | 14.07 | - |
| YUV | 202.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 64 | 0 | 0.16 | 0.74 | 0.04 | 47.4 | 0.9 | 0.61 |
| Hex | F5 | CF | 40 | 0 | 10 | 4A | 4 | 2F | 5A | 3D |
| Octal | 365 | 317 | 100 | 0 | 20 | 112 | 4 | 57 | 132 | 75 |
| Binary | 11110101 | 11001111 | 1000000 | 0 | 10000 | 1001010 | 100 | 101111 | 1011010 | 111101 |
Color Harmonies of #F5CF40
Complementary color
Monochromatic Colors of #F5CF40
Black with #F5CF40
Text Example
Text Example
White with #F5CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF40; }
p { color: rgb(245,207,64); }
H1.HeaderClassName
{
color: #F5CF40;
}
.AnyTagClassName
{
color: #F5CF40;
}
</style>
background-color css
<style>
a { background-color: #F5CF40; }
a { background-color: rgb(245,207,64); }
div.DivClassName
{
background-color: #F5CF40;
}
.BgClassName
{
background-color: #F5CF40;
}
</style>
border-color css
<style>
span { border-color: #F5CF40; }
span { border-color: rgb(245,207,64); }
td.TdClassName
{
border-color: #F5CF40;
}
.TagClassName
{
border-color: #F5CF40;
}
</style>