Shades of Festival #F4D243
Tints of Festival #F4D243
RGB
CMYK
RGB Variations
Color information
#F4D243 (or 0xF4D243) is known color: Festival. HEX triplet: F4, D2 and 43. RGB value is (244,210,67). Sum of RGB (Red+Green+Blue) = 244+210+67=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D243 is #0B2DBC. Grayscale: #CCCCCC. Windows color (decimal): -732605 or 4444916. OLE color: 4444916.
HSL color Cylindrical-coordinate representation of color #F4D243: hue angle of 48.47º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4D243 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 67 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.04 |
| HSL | 48.47º | 0.89% | 0.61% | - |
| HSV(B) | 48.47º | 0.73% | 0.96% | - |
| XYZ | 61.37 | 65.73 | 14.76 | - |
| YUV | 203.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 67 | 0 | 0.14 | 0.73 | 0.04 | 48.47 | 0.89 | 0.61 |
| Hex | F4 | D2 | 43 | 0 | E | 49 | 4 | 30 | 59 | 3D |
| Octal | 364 | 322 | 103 | 0 | 16 | 111 | 4 | 60 | 131 | 75 |
| Binary | 11110100 | 11010010 | 1000011 | 0 | 1110 | 1001001 | 100 | 110000 | 1011001 | 111101 |
Color Harmonies of #F4D243
Complementary color
Monochromatic Colors of #F4D243
Black with #F4D243
Text Example
Text Example
White with #F4D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D243; }
p { color: rgb(244,210,67); }
H1.HeaderClassName
{
color: #F4D243;
}
.AnyTagClassName
{
color: #F4D243;
}
</style>
background-color css
<style>
a { background-color: #F4D243; }
a { background-color: rgb(244,210,67); }
div.DivClassName
{
background-color: #F4D243;
}
.BgClassName
{
background-color: #F4D243;
}
</style>
border-color css
<style>
span { border-color: #F4D243; }
span { border-color: rgb(244,210,67); }
td.TdClassName
{
border-color: #F4D243;
}
.TagClassName
{
border-color: #F4D243;
}
</style>