Shades of Festival #F4CF41
Tints of Festival #F4CF41
RGB
CMYK
RGB Variations
Color information
#F4CF41 (or 0xF4CF41) is known color: Festival. HEX triplet: F4, CF and 41. RGB value is (244,207,65). Sum of RGB (Red+Green+Blue) = 244+207+65=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CF41 is #0B30BE. Grayscale: #CACACA. Windows color (decimal): -733375 or 4313076. OLE color: 4313076.
HSL color Cylindrical-coordinate representation of color #F4CF41: hue angle of 47.6º 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 #F4CF41 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 65 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.04 |
| HSL | 47.6º | 0.89% | 0.61% | - |
| HSV(B) | 47.6º | 0.73% | 0.96% | - |
| XYZ | 60.58 | 64.24 | 14.21 | - |
| YUV | 201.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 65 | 0 | 0.15 | 0.73 | 0.04 | 47.6 | 0.89 | 0.61 |
| Hex | F4 | CF | 41 | 0 | F | 49 | 4 | 30 | 59 | 3D |
| Octal | 364 | 317 | 101 | 0 | 17 | 111 | 4 | 60 | 131 | 75 |
| Binary | 11110100 | 11001111 | 1000001 | 0 | 1111 | 1001001 | 100 | 110000 | 1011001 | 111101 |
Color Harmonies of #F4CF41
Complementary color
Monochromatic Colors of #F4CF41
Black with #F4CF41
Text Example
Text Example
White with #F4CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF41; }
p { color: rgb(244,207,65); }
H1.HeaderClassName
{
color: #F4CF41;
}
.AnyTagClassName
{
color: #F4CF41;
}
</style>
background-color css
<style>
a { background-color: #F4CF41; }
a { background-color: rgb(244,207,65); }
div.DivClassName
{
background-color: #F4CF41;
}
.BgClassName
{
background-color: #F4CF41;
}
</style>
border-color css
<style>
span { border-color: #F4CF41; }
span { border-color: rgb(244,207,65); }
td.TdClassName
{
border-color: #F4CF41;
}
.TagClassName
{
border-color: #F4CF41;
}
</style>