Shades of Festival #F4D443
Tints of Festival #F4D443
RGB
CMYK
RGB Variations
Color information
#F4D443 (or 0xF4D443) is known color: Festival. HEX triplet: F4, D4 and 43. RGB value is (244,212,67). Sum of RGB (Red+Green+Blue) = 244+212+67=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D443 is #0B2BBC. Grayscale: #CDCDCD. Windows color (decimal): -732093 or 4445428. OLE color: 4445428.
HSL color Cylindrical-coordinate representation of color #F4D443: hue angle of 49.15º 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 #F4D443 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 67 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.04 |
| HSL | 49.15º | 0.89% | 0.61% | - |
| HSV(B) | 49.15º | 0.73% | 0.96% | - |
| XYZ | 61.86 | 66.73 | 14.93 | - |
| YUV | 205.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 67 | 0 | 0.13 | 0.73 | 0.04 | 49.15 | 0.89 | 0.61 |
| Hex | F4 | D4 | 43 | 0 | D | 49 | 4 | 31 | 59 | 3D |
| Octal | 364 | 324 | 103 | 0 | 15 | 111 | 4 | 61 | 131 | 75 |
| Binary | 11110100 | 11010100 | 1000011 | 0 | 1101 | 1001001 | 100 | 110001 | 1011001 | 111101 |
Color Harmonies of #F4D443
Complementary color
Monochromatic Colors of #F4D443
Black with #F4D443
Text Example
Text Example
White with #F4D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D443; }
p { color: rgb(244,212,67); }
H1.HeaderClassName
{
color: #F4D443;
}
.AnyTagClassName
{
color: #F4D443;
}
</style>
background-color css
<style>
a { background-color: #F4D443; }
a { background-color: rgb(244,212,67); }
div.DivClassName
{
background-color: #F4D443;
}
.BgClassName
{
background-color: #F4D443;
}
</style>
border-color css
<style>
span { border-color: #F4D443; }
span { border-color: rgb(244,212,67); }
td.TdClassName
{
border-color: #F4D443;
}
.TagClassName
{
border-color: #F4D443;
}
</style>