Shades of Festival #F5CB46
Tints of Festival #F5CB46
RGB
CMYK
RGB Variations
Color information
#F5CB46 (or 0xF5CB46) is known color: Festival. HEX triplet: F5, CB and 46. RGB value is (245,203,70). Sum of RGB (Red+Green+Blue) = 245+203+70=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB46 is #0A34B9. Grayscale: #C8C8C8. Windows color (decimal): -668858 or 4639733. OLE color: 4639733.
HSL color Cylindrical-coordinate representation of color #F5CB46: hue angle of 45.6º 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 #F5CB46 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 70 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.04 |
| HSL | 45.6º | 0.9% | 0.62% | - |
| HSV(B) | 45.6º | 0.71% | 0.96% | - |
| XYZ | 60.12 | 62.57 | 14.7 | - |
| YUV | 200.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 70 | 0 | 0.17 | 0.71 | 0.04 | 45.6 | 0.9 | 0.62 |
| Hex | F5 | CB | 46 | 0 | 11 | 47 | 4 | 2E | 5A | 3E |
| Octal | 365 | 313 | 106 | 0 | 21 | 107 | 4 | 56 | 132 | 76 |
| Binary | 11110101 | 11001011 | 1000110 | 0 | 10001 | 1000111 | 100 | 101110 | 1011010 | 111110 |
Color Harmonies of #F5CB46
Complementary color
Monochromatic Colors of #F5CB46
Black with #F5CB46
Text Example
Text Example
White with #F5CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB46; }
p { color: rgb(245,203,70); }
H1.HeaderClassName
{
color: #F5CB46;
}
.AnyTagClassName
{
color: #F5CB46;
}
</style>
background-color css
<style>
a { background-color: #F5CB46; }
a { background-color: rgb(245,203,70); }
div.DivClassName
{
background-color: #F5CB46;
}
.BgClassName
{
background-color: #F5CB46;
}
</style>
border-color css
<style>
span { border-color: #F5CB46; }
span { border-color: rgb(245,203,70); }
td.TdClassName
{
border-color: #F5CB46;
}
.TagClassName
{
border-color: #F5CB46;
}
</style>