Shades of Festival #F3CB3E
Tints of Festival #F3CB3E
RGB
CMYK
RGB Variations
Color information
#F3CB3E (or 0xF3CB3E) is known color: Festival. HEX triplet: F3, CB and 3E. RGB value is (243,203,62). Sum of RGB (Red+Green+Blue) = 243+203+62=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB3E is #0C34C1. Grayscale: #C7C7C7. Windows color (decimal): -799938 or 4115443. OLE color: 4115443.
HSL color Cylindrical-coordinate representation of color #F3CB3E: hue angle of 46.74º 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 #F3CB3E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 62 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 46.74º | 0.88% | 0.6% | - |
| HSV(B) | 46.74º | 0.74% | 0.95% | - |
| XYZ | 59.19 | 62.11 | 13.43 | - |
| YUV | 198.89 | 50.75 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 62 | 0 | 0.16 | 0.74 | 0.05 | 46.74 | 0.88 | 0.6 |
| Hex | F3 | CB | 3E | 0 | 10 | 4A | 5 | 2F | 58 | 3C |
| Octal | 363 | 313 | 76 | 0 | 20 | 112 | 5 | 57 | 130 | 74 |
| Binary | 11110011 | 11001011 | 111110 | 0 | 10000 | 1001010 | 101 | 101111 | 1011000 | 111100 |
Color Harmonies of #F3CB3E
Complementary color
Monochromatic Colors of #F3CB3E
Black with #F3CB3E
Text Example
Text Example
White with #F3CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB3E; }
p { color: rgb(243,203,62); }
H1.HeaderClassName
{
color: #F3CB3E;
}
.AnyTagClassName
{
color: #F3CB3E;
}
</style>
background-color css
<style>
a { background-color: #F3CB3E; }
a { background-color: rgb(243,203,62); }
div.DivClassName
{
background-color: #F3CB3E;
}
.BgClassName
{
background-color: #F3CB3E;
}
</style>
border-color css
<style>
span { border-color: #F3CB3E; }
span { border-color: rgb(243,203,62); }
td.TdClassName
{
border-color: #F3CB3E;
}
.TagClassName
{
border-color: #F3CB3E;
}
</style>