Shades of Festival #F3CB40
Tints of Festival #F3CB40
RGB
CMYK
RGB Variations
Color information
#F3CB40 (or 0xF3CB40) is known color: Festival. HEX triplet: F3, CB and 40. RGB value is (243,203,64). Sum of RGB (Red+Green+Blue) = 243+203+64=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB40 is #0C34BF. Grayscale: #C7C7C7. Windows color (decimal): -799936 or 4246515. OLE color: 4246515.
HSL color Cylindrical-coordinate representation of color #F3CB40: hue angle of 46.59º degrees, saturation: 0.88, 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 #F3CB40 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 46.59º | 0.88% | 0.6% | - |
| HSV(B) | 46.59º | 0.74% | 0.95% | - |
| XYZ | 59.24 | 62.14 | 13.72 | - |
| YUV | 199.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 64 | 0 | 0.16 | 0.74 | 0.05 | 46.59 | 0.88 | 0.6 |
| Hex | F3 | CB | 40 | 0 | 10 | 4A | 5 | 2F | 58 | 3C |
| Octal | 363 | 313 | 100 | 0 | 20 | 112 | 5 | 57 | 130 | 74 |
| Binary | 11110011 | 11001011 | 1000000 | 0 | 10000 | 1001010 | 101 | 101111 | 1011000 | 111100 |
Color Harmonies of #F3CB40
Complementary color
Monochromatic Colors of #F3CB40
Black with #F3CB40
Text Example
Text Example
White with #F3CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB40; }
p { color: rgb(243,203,64); }
H1.HeaderClassName
{
color: #F3CB40;
}
.AnyTagClassName
{
color: #F3CB40;
}
</style>
background-color css
<style>
a { background-color: #F3CB40; }
a { background-color: rgb(243,203,64); }
div.DivClassName
{
background-color: #F3CB40;
}
.BgClassName
{
background-color: #F3CB40;
}
</style>
border-color css
<style>
span { border-color: #F3CB40; }
span { border-color: rgb(243,203,64); }
td.TdClassName
{
border-color: #F3CB40;
}
.TagClassName
{
border-color: #F3CB40;
}
</style>