Shades of Festival #F1CB3F
Tints of Festival #F1CB3F
RGB
CMYK
RGB Variations
Color information
#F1CB3F (or 0xF1CB3F) is known color: Festival. HEX triplet: F1, CB and 3F. RGB value is (241,203,63). Sum of RGB (Red+Green+Blue) = 241+203+63=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB3F is #0E34C0. Grayscale: #C7C7C7. Windows color (decimal): -931009 or 4180977. OLE color: 4180977.
HSL color Cylindrical-coordinate representation of color #F1CB3F: hue angle of 47.19º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1CB3F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 63 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 47.19º | 0.86% | 0.6% | - |
| HSV(B) | 47.19º | 0.74% | 0.95% | - |
| XYZ | 58.53 | 61.77 | 13.54 | - |
| YUV | 198.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 63 | 0 | 0.16 | 0.74 | 0.05 | 47.19 | 0.86 | 0.6 |
| Hex | F1 | CB | 3F | 0 | 10 | 4A | 5 | 2F | 56 | 3C |
| Octal | 361 | 313 | 77 | 0 | 20 | 112 | 5 | 57 | 126 | 74 |
| Binary | 11110001 | 11001011 | 111111 | 0 | 10000 | 1001010 | 101 | 101111 | 1010110 | 111100 |
Color Harmonies of #F1CB3F
Complementary color
Monochromatic Colors of #F1CB3F
Black with #F1CB3F
Text Example
Text Example
White with #F1CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB3F; }
p { color: rgb(241,203,63); }
H1.HeaderClassName
{
color: #F1CB3F;
}
.AnyTagClassName
{
color: #F1CB3F;
}
</style>
background-color css
<style>
a { background-color: #F1CB3F; }
a { background-color: rgb(241,203,63); }
div.DivClassName
{
background-color: #F1CB3F;
}
.BgClassName
{
background-color: #F1CB3F;
}
</style>
border-color css
<style>
span { border-color: #F1CB3F; }
span { border-color: rgb(241,203,63); }
td.TdClassName
{
border-color: #F1CB3F;
}
.TagClassName
{
border-color: #F1CB3F;
}
</style>