Shades of Festival #F4D047
Tints of Festival #F4D047
RGB
CMYK
RGB Variations
Color information
#F4D047 (or 0xF4D047) is known color: Festival. HEX triplet: F4, D0 and 47. RGB value is (244,208,71). Sum of RGB (Red+Green+Blue) = 244+208+71=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D047 is #0B2FB8. Grayscale: #CBCBCB. Windows color (decimal): -733113 or 4706548. OLE color: 4706548.
HSL color Cylindrical-coordinate representation of color #F4D047: hue angle of 47.51º 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 #F4D047 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 71 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.04 |
| HSL | 47.51º | 0.89% | 0.62% | - |
| HSV(B) | 47.51º | 0.71% | 0.96% | - |
| XYZ | 61 | 64.8 | 15.25 | - |
| YUV | 203.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 71 | 0 | 0.15 | 0.71 | 0.04 | 47.51 | 0.89 | 0.62 |
| Hex | F4 | D0 | 47 | 0 | F | 47 | 4 | 30 | 59 | 3E |
| Octal | 364 | 320 | 107 | 0 | 17 | 107 | 4 | 60 | 131 | 76 |
| Binary | 11110100 | 11010000 | 1000111 | 0 | 1111 | 1000111 | 100 | 110000 | 1011001 | 111110 |
Color Harmonies of #F4D047
Complementary color
Monochromatic Colors of #F4D047
Black with #F4D047
Text Example
Text Example
White with #F4D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D047; }
p { color: rgb(244,208,71); }
H1.HeaderClassName
{
color: #F4D047;
}
.AnyTagClassName
{
color: #F4D047;
}
</style>
background-color css
<style>
a { background-color: #F4D047; }
a { background-color: rgb(244,208,71); }
div.DivClassName
{
background-color: #F4D047;
}
.BgClassName
{
background-color: #F4D047;
}
</style>
border-color css
<style>
span { border-color: #F4D047; }
span { border-color: rgb(244,208,71); }
td.TdClassName
{
border-color: #F4D047;
}
.TagClassName
{
border-color: #F4D047;
}
</style>