Shades of Festival #F1CB4D
Tints of Festival #F1CB4D
RGB
CMYK
RGB Variations
Color information
#F1CB4D (or 0xF1CB4D) is known color: Festival. HEX triplet: F1, CB and 4D. RGB value is (241,203,77). Sum of RGB (Red+Green+Blue) = 241+203+77=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB4D is #0E34B2. Grayscale: #C8C8C8. Windows color (decimal): -930995 or 5098481. OLE color: 5098481.
HSL color Cylindrical-coordinate representation of color #F1CB4D: hue angle of 46.1º 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 #F1CB4D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 77 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.05 |
| HSL | 46.1º | 0.85% | 0.62% | - |
| HSV(B) | 46.1º | 0.68% | 0.95% | - |
| XYZ | 58.97 | 61.95 | 15.87 | - |
| YUV | 200 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 77 | 0 | 0.16 | 0.68 | 0.05 | 46.1 | 0.85 | 0.62 |
| Hex | F1 | CB | 4D | 0 | 10 | 44 | 5 | 2E | 55 | 3E |
| Octal | 361 | 313 | 115 | 0 | 20 | 104 | 5 | 56 | 125 | 76 |
| Binary | 11110001 | 11001011 | 1001101 | 0 | 10000 | 1000100 | 101 | 101110 | 1010101 | 111110 |
Color Harmonies of #F1CB4D
Complementary color
Monochromatic Colors of #F1CB4D
Black with #F1CB4D
Text Example
Text Example
White with #F1CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB4D; }
p { color: rgb(241,203,77); }
H1.HeaderClassName
{
color: #F1CB4D;
}
.AnyTagClassName
{
color: #F1CB4D;
}
</style>
background-color css
<style>
a { background-color: #F1CB4D; }
a { background-color: rgb(241,203,77); }
div.DivClassName
{
background-color: #F1CB4D;
}
.BgClassName
{
background-color: #F1CB4D;
}
</style>
border-color css
<style>
span { border-color: #F1CB4D; }
span { border-color: rgb(241,203,77); }
td.TdClassName
{
border-color: #F1CB4D;
}
.TagClassName
{
border-color: #F1CB4D;
}
</style>