Shades of Festival #F4C84A
Tints of Festival #F4C84A
RGB
CMYK
RGB Variations
Color information
#F4C84A (or 0xF4C84A) is known color: Festival. HEX triplet: F4, C8 and 4A. RGB value is (244,200,74). Sum of RGB (Red+Green+Blue) = 244+200+74=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C84A is #0B37B5. Grayscale: #C7C7C7. Windows color (decimal): -735158 or 4901108. OLE color: 4901108.
HSL color Cylindrical-coordinate representation of color #F4C84A: hue angle of 44.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4C84A is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 74 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.04 |
| HSL | 44.47º | 0.89% | 0.62% | - |
| HSV(B) | 44.47º | 0.7% | 0.96% | - |
| XYZ | 59.2 | 61.04 | 15.14 | - |
| YUV | 198.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 74 | 0 | 0.18 | 0.70 | 0.04 | 44.47 | 0.89 | 0.62 |
| Hex | F4 | C8 | 4A | 0 | 12 | 46 | 4 | 2C | 59 | 3E |
| Octal | 364 | 310 | 112 | 0 | 22 | 106 | 4 | 54 | 131 | 76 |
| Binary | 11110100 | 11001000 | 1001010 | 0 | 10010 | 1000110 | 100 | 101100 | 1011001 | 111110 |
Color Harmonies of #F4C84A
Complementary color
Monochromatic Colors of #F4C84A
Black with #F4C84A
Text Example
Text Example
White with #F4C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C84A; }
p { color: rgb(244,200,74); }
H1.HeaderClassName
{
color: #F4C84A;
}
.AnyTagClassName
{
color: #F4C84A;
}
</style>
background-color css
<style>
a { background-color: #F4C84A; }
a { background-color: rgb(244,200,74); }
div.DivClassName
{
background-color: #F4C84A;
}
.BgClassName
{
background-color: #F4C84A;
}
</style>
border-color css
<style>
span { border-color: #F4C84A; }
span { border-color: rgb(244,200,74); }
td.TdClassName
{
border-color: #F4C84A;
}
.TagClassName
{
border-color: #F4C84A;
}
</style>