Shades of Festival #F4CB43
Tints of Festival #F4CB43
RGB
CMYK
RGB Variations
Color information
#F4CB43 (or 0xF4CB43) is known color: Festival. HEX triplet: F4, CB and 43. RGB value is (244,203,67). Sum of RGB (Red+Green+Blue) = 244+203+67=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB43 is #0B34BC. Grayscale: #C8C8C8. Windows color (decimal): -734397 or 4443124. OLE color: 4443124.
HSL color Cylindrical-coordinate representation of color #F4CB43: hue angle of 46.1º 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 #F4CB43 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 67 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.04 |
| HSL | 46.1º | 0.89% | 0.61% | - |
| HSV(B) | 46.1º | 0.73% | 0.96% | - |
| XYZ | 59.68 | 62.35 | 14.2 | - |
| YUV | 199.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 67 | 0 | 0.17 | 0.73 | 0.04 | 46.1 | 0.89 | 0.61 |
| Hex | F4 | CB | 43 | 0 | 11 | 49 | 4 | 2E | 59 | 3D |
| Octal | 364 | 313 | 103 | 0 | 21 | 111 | 4 | 56 | 131 | 75 |
| Binary | 11110100 | 11001011 | 1000011 | 0 | 10001 | 1001001 | 100 | 101110 | 1011001 | 111101 |
Color Harmonies of #F4CB43
Complementary color
Monochromatic Colors of #F4CB43
Black with #F4CB43
Text Example
Text Example
White with #F4CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB43; }
p { color: rgb(244,203,67); }
H1.HeaderClassName
{
color: #F4CB43;
}
.AnyTagClassName
{
color: #F4CB43;
}
</style>
background-color css
<style>
a { background-color: #F4CB43; }
a { background-color: rgb(244,203,67); }
div.DivClassName
{
background-color: #F4CB43;
}
.BgClassName
{
background-color: #F4CB43;
}
</style>
border-color css
<style>
span { border-color: #F4CB43; }
span { border-color: rgb(244,203,67); }
td.TdClassName
{
border-color: #F4CB43;
}
.TagClassName
{
border-color: #F4CB43;
}
</style>