Shades of Festival #F4CB41
Tints of Festival #F4CB41
RGB
CMYK
RGB Variations
Color information
#F4CB41 (or 0xF4CB41) is known color: Festival. HEX triplet: F4, CB and 41. RGB value is (244,203,65). Sum of RGB (Red+Green+Blue) = 244+203+65=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB41 is #0B34BE. Grayscale: #C8C8C8. Windows color (decimal): -734399 or 4312052. OLE color: 4312052.
HSL color Cylindrical-coordinate representation of color #F4CB41: hue angle of 46.26º 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 #F4CB41 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.04 |
| HSL | 46.26º | 0.89% | 0.61% | - |
| HSV(B) | 46.26º | 0.73% | 0.96% | - |
| XYZ | 59.62 | 62.33 | 13.89 | - |
| YUV | 199.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 65 | 0 | 0.17 | 0.73 | 0.04 | 46.26 | 0.89 | 0.61 |
| Hex | F4 | CB | 41 | 0 | 11 | 49 | 4 | 2E | 59 | 3D |
| Octal | 364 | 313 | 101 | 0 | 21 | 111 | 4 | 56 | 131 | 75 |
| Binary | 11110100 | 11001011 | 1000001 | 0 | 10001 | 1001001 | 100 | 101110 | 1011001 | 111101 |
Color Harmonies of #F4CB41
Complementary color
Monochromatic Colors of #F4CB41
Black with #F4CB41
Text Example
Text Example
White with #F4CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB41; }
p { color: rgb(244,203,65); }
H1.HeaderClassName
{
color: #F4CB41;
}
.AnyTagClassName
{
color: #F4CB41;
}
</style>
background-color css
<style>
a { background-color: #F4CB41; }
a { background-color: rgb(244,203,65); }
div.DivClassName
{
background-color: #F4CB41;
}
.BgClassName
{
background-color: #F4CB41;
}
</style>
border-color css
<style>
span { border-color: #F4CB41; }
span { border-color: rgb(244,203,65); }
td.TdClassName
{
border-color: #F4CB41;
}
.TagClassName
{
border-color: #F4CB41;
}
</style>