Shades of Festival #F1D04B
Tints of Festival #F1D04B
RGB
CMYK
RGB Variations
Color information
#F1D04B (or 0xF1D04B) is known color: Festival. HEX triplet: F1, D0 and 4B. RGB value is (241,208,75). Sum of RGB (Red+Green+Blue) = 241+208+75=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D04B is #0E2FB4. Grayscale: #CBCBCB. Windows color (decimal): -929717 or 4968689. OLE color: 4968689.
HSL color Cylindrical-coordinate representation of color #F1D04B: hue angle of 48.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1D04B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 75 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.05 |
| HSL | 48.07º | 0.86% | 0.62% | - |
| HSV(B) | 48.07º | 0.69% | 0.95% | - |
| XYZ | 60.1 | 64.32 | 15.9 | - |
| YUV | 202.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 75 | 0 | 0.14 | 0.69 | 0.05 | 48.07 | 0.86 | 0.62 |
| Hex | F1 | D0 | 4B | 0 | E | 45 | 5 | 30 | 56 | 3E |
| Octal | 361 | 320 | 113 | 0 | 16 | 105 | 5 | 60 | 126 | 76 |
| Binary | 11110001 | 11010000 | 1001011 | 0 | 1110 | 1000101 | 101 | 110000 | 1010110 | 111110 |
Color Harmonies of #F1D04B
Complementary color
Monochromatic Colors of #F1D04B
Black with #F1D04B
Text Example
Text Example
White with #F1D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D04B; }
p { color: rgb(241,208,75); }
H1.HeaderClassName
{
color: #F1D04B;
}
.AnyTagClassName
{
color: #F1D04B;
}
</style>
background-color css
<style>
a { background-color: #F1D04B; }
a { background-color: rgb(241,208,75); }
div.DivClassName
{
background-color: #F1D04B;
}
.BgClassName
{
background-color: #F1D04B;
}
</style>
border-color css
<style>
span { border-color: #F1D04B; }
span { border-color: rgb(241,208,75); }
td.TdClassName
{
border-color: #F1D04B;
}
.TagClassName
{
border-color: #F1D04B;
}
</style>