Shades of Festival #F4CE47
Tints of Festival #F4CE47
RGB
CMYK
RGB Variations
Color information
#F4CE47 (or 0xF4CE47) is known color: Festival. HEX triplet: F4, CE and 47. RGB value is (244,206,71). Sum of RGB (Red+Green+Blue) = 244+206+71=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE47 is #0B31B8. Grayscale: #CACACA. Windows color (decimal): -733625 or 4706036. OLE color: 4706036.
HSL color Cylindrical-coordinate representation of color #F4CE47: hue angle of 46.82º degrees, saturation: 0.89, 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 #F4CE47 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 71 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.04 |
| HSL | 46.82º | 0.89% | 0.62% | - |
| HSV(B) | 46.82º | 0.71% | 0.96% | - |
| XYZ | 60.52 | 63.83 | 15.09 | - |
| YUV | 201.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 71 | 0 | 0.16 | 0.71 | 0.04 | 46.82 | 0.89 | 0.62 |
| Hex | F4 | CE | 47 | 0 | 10 | 47 | 4 | 2F | 59 | 3E |
| Octal | 364 | 316 | 107 | 0 | 20 | 107 | 4 | 57 | 131 | 76 |
| Binary | 11110100 | 11001110 | 1000111 | 0 | 10000 | 1000111 | 100 | 101111 | 1011001 | 111110 |
Color Harmonies of #F4CE47
Complementary color
Monochromatic Colors of #F4CE47
Black with #F4CE47
Text Example
Text Example
White with #F4CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CE47; }
p { color: rgb(244,206,71); }
H1.HeaderClassName
{
color: #F4CE47;
}
.AnyTagClassName
{
color: #F4CE47;
}
</style>
background-color css
<style>
a { background-color: #F4CE47; }
a { background-color: rgb(244,206,71); }
div.DivClassName
{
background-color: #F4CE47;
}
.BgClassName
{
background-color: #F4CE47;
}
</style>
border-color css
<style>
span { border-color: #F4CE47; }
span { border-color: rgb(244,206,71); }
td.TdClassName
{
border-color: #F4CE47;
}
.TagClassName
{
border-color: #F4CE47;
}
</style>