Shades of Festival #F4C442
Tints of Festival #F4C442
RGB
CMYK
RGB Variations
Color information
#F4C442 (or 0xF4C442) is known color: Festival. HEX triplet: F4, C4 and 42. RGB value is (244,196,66). Sum of RGB (Red+Green+Blue) = 244+196+66=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C442 is #0B3BBD. Grayscale: #C4C4C4. Windows color (decimal): -736190 or 4375796. OLE color: 4375796.
HSL color Cylindrical-coordinate representation of color #F4C442: hue angle of 43.82º 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 #F4C442 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 66 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.04 |
| HSL | 43.82º | 0.89% | 0.61% | - |
| HSV(B) | 43.82º | 0.73% | 0.96% | - |
| XYZ | 58.03 | 59.11 | 13.5 | - |
| YUV | 195.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 66 | 0 | 0.20 | 0.73 | 0.04 | 43.82 | 0.89 | 0.61 |
| Hex | F4 | C4 | 42 | 0 | 14 | 49 | 4 | 2C | 59 | 3D |
| Octal | 364 | 304 | 102 | 0 | 24 | 111 | 4 | 54 | 131 | 75 |
| Binary | 11110100 | 11000100 | 1000010 | 0 | 10100 | 1001001 | 100 | 101100 | 1011001 | 111101 |
Color Harmonies of #F4C442
Complementary color
Monochromatic Colors of #F4C442
Black with #F4C442
Text Example
Text Example
White with #F4C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C442; }
p { color: rgb(244,196,66); }
H1.HeaderClassName
{
color: #F4C442;
}
.AnyTagClassName
{
color: #F4C442;
}
</style>
background-color css
<style>
a { background-color: #F4C442; }
a { background-color: rgb(244,196,66); }
div.DivClassName
{
background-color: #F4C442;
}
.BgClassName
{
background-color: #F4C442;
}
</style>
border-color css
<style>
span { border-color: #F4C442; }
span { border-color: rgb(244,196,66); }
td.TdClassName
{
border-color: #F4C442;
}
.TagClassName
{
border-color: #F4C442;
}
</style>