Shades of Festival #F4CE42
Tints of Festival #F4CE42
RGB
CMYK
RGB Variations
Color information
#F4CE42 (or 0xF4CE42) is known color: Festival. HEX triplet: F4, CE and 42. RGB value is (244,206,66). Sum of RGB (Red+Green+Blue) = 244+206+66=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE42 is #0B31BD. Grayscale: #CACACA. Windows color (decimal): -733630 or 4378356. OLE color: 4378356.
HSL color Cylindrical-coordinate representation of color #F4CE42: hue angle of 47.19º 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 #F4CE42 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 66 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.04 |
| HSL | 47.19º | 0.89% | 0.61% | - |
| HSV(B) | 47.19º | 0.73% | 0.96% | - |
| XYZ | 60.36 | 63.77 | 14.28 | - |
| YUV | 201.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 66 | 0 | 0.16 | 0.73 | 0.04 | 47.19 | 0.89 | 0.61 |
| Hex | F4 | CE | 42 | 0 | 10 | 49 | 4 | 2F | 59 | 3D |
| Octal | 364 | 316 | 102 | 0 | 20 | 111 | 4 | 57 | 131 | 75 |
| Binary | 11110100 | 11001110 | 1000010 | 0 | 10000 | 1001001 | 100 | 101111 | 1011001 | 111101 |
Color Harmonies of #F4CE42
Complementary color
Monochromatic Colors of #F4CE42
Black with #F4CE42
Text Example
Text Example
White with #F4CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CE42; }
p { color: rgb(244,206,66); }
H1.HeaderClassName
{
color: #F4CE42;
}
.AnyTagClassName
{
color: #F4CE42;
}
</style>
background-color css
<style>
a { background-color: #F4CE42; }
a { background-color: rgb(244,206,66); }
div.DivClassName
{
background-color: #F4CE42;
}
.BgClassName
{
background-color: #F4CE42;
}
</style>
border-color css
<style>
span { border-color: #F4CE42; }
span { border-color: rgb(244,206,66); }
td.TdClassName
{
border-color: #F4CE42;
}
.TagClassName
{
border-color: #F4CE42;
}
</style>