Shades of Festival #F1CC4C
Tints of Festival #F1CC4C
RGB
CMYK
RGB Variations
Color information
#F1CC4C (or 0xF1CC4C) is known color: Festival. HEX triplet: F1, CC and 4C. RGB value is (241,204,76). Sum of RGB (Red+Green+Blue) = 241+204+76=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC4C is #0E33B3. Grayscale: #C9C9C9. Windows color (decimal): -930740 or 5033201. OLE color: 5033201.
HSL color Cylindrical-coordinate representation of color #F1CC4C: hue angle of 46.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1CC4C is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 76 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.05 |
| HSL | 46.55º | 0.85% | 0.62% | - |
| HSV(B) | 46.55º | 0.68% | 0.95% | - |
| XYZ | 59.17 | 62.41 | 15.76 | - |
| YUV | 200.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 76 | 0 | 0.15 | 0.68 | 0.05 | 46.55 | 0.85 | 0.62 |
| Hex | F1 | CC | 4C | 0 | F | 44 | 5 | 2F | 55 | 3E |
| Octal | 361 | 314 | 114 | 0 | 17 | 104 | 5 | 57 | 125 | 76 |
| Binary | 11110001 | 11001100 | 1001100 | 0 | 1111 | 1000100 | 101 | 101111 | 1010101 | 111110 |
Color Harmonies of #F1CC4C
Complementary color
Monochromatic Colors of #F1CC4C
Black with #F1CC4C
Text Example
Text Example
White with #F1CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC4C; }
p { color: rgb(241,204,76); }
H1.HeaderClassName
{
color: #F1CC4C;
}
.AnyTagClassName
{
color: #F1CC4C;
}
</style>
background-color css
<style>
a { background-color: #F1CC4C; }
a { background-color: rgb(241,204,76); }
div.DivClassName
{
background-color: #F1CC4C;
}
.BgClassName
{
background-color: #F1CC4C;
}
</style>
border-color css
<style>
span { border-color: #F1CC4C; }
span { border-color: rgb(241,204,76); }
td.TdClassName
{
border-color: #F1CC4C;
}
.TagClassName
{
border-color: #F1CC4C;
}
</style>