Shades of Festival #F3CB42
Tints of Festival #F3CB42
RGB
CMYK
RGB Variations
Color information
#F3CB42 (or 0xF3CB42) is known color: Festival. HEX triplet: F3, CB and 42. RGB value is (243,203,66). Sum of RGB (Red+Green+Blue) = 243+203+66=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB42 is #0C34BD. Grayscale: #C7C7C7. Windows color (decimal): -799934 or 4377587. OLE color: 4377587.
HSL color Cylindrical-coordinate representation of color #F3CB42: hue angle of 46.44º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3CB42 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 66 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.05 |
| HSL | 46.44º | 0.88% | 0.61% | - |
| HSV(B) | 46.44º | 0.73% | 0.95% | - |
| XYZ | 59.3 | 62.16 | 14.03 | - |
| YUV | 199.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 66 | 0 | 0.16 | 0.73 | 0.05 | 46.44 | 0.88 | 0.61 |
| Hex | F3 | CB | 42 | 0 | 10 | 49 | 5 | 2E | 58 | 3D |
| Octal | 363 | 313 | 102 | 0 | 20 | 111 | 5 | 56 | 130 | 75 |
| Binary | 11110011 | 11001011 | 1000010 | 0 | 10000 | 1001001 | 101 | 101110 | 1011000 | 111101 |
Color Harmonies of #F3CB42
Complementary color
Monochromatic Colors of #F3CB42
Black with #F3CB42
Text Example
Text Example
White with #F3CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB42; }
p { color: rgb(243,203,66); }
H1.HeaderClassName
{
color: #F3CB42;
}
.AnyTagClassName
{
color: #F3CB42;
}
</style>
background-color css
<style>
a { background-color: #F3CB42; }
a { background-color: rgb(243,203,66); }
div.DivClassName
{
background-color: #F3CB42;
}
.BgClassName
{
background-color: #F3CB42;
}
</style>
border-color css
<style>
span { border-color: #F3CB42; }
span { border-color: rgb(243,203,66); }
td.TdClassName
{
border-color: #F3CB42;
}
.TagClassName
{
border-color: #F3CB42;
}
</style>