Shades of Festival #F3CE42
Tints of Festival #F3CE42
RGB
CMYK
RGB Variations
Color information
#F3CE42 (or 0xF3CE42) is known color: Festival. HEX triplet: F3, CE and 42. RGB value is (243,206,66). Sum of RGB (Red+Green+Blue) = 243+206+66=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CE42 is #0C31BD. Grayscale: #C9C9C9. Windows color (decimal): -799166 or 4378355. OLE color: 4378355.
HSL color Cylindrical-coordinate representation of color #F3CE42: hue angle of 47.46º 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 #F3CE42 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 66 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.05 |
| HSL | 47.46º | 0.88% | 0.61% | - |
| HSV(B) | 47.46º | 0.73% | 0.95% | - |
| XYZ | 60.02 | 63.59 | 14.27 | - |
| YUV | 201.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 66 | 0 | 0.15 | 0.73 | 0.05 | 47.46 | 0.88 | 0.61 |
| Hex | F3 | CE | 42 | 0 | F | 49 | 5 | 2F | 58 | 3D |
| Octal | 363 | 316 | 102 | 0 | 17 | 111 | 5 | 57 | 130 | 75 |
| Binary | 11110011 | 11001110 | 1000010 | 0 | 1111 | 1001001 | 101 | 101111 | 1011000 | 111101 |
Color Harmonies of #F3CE42
Complementary color
Monochromatic Colors of #F3CE42
Black with #F3CE42
Text Example
Text Example
White with #F3CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE42; }
p { color: rgb(243,206,66); }
H1.HeaderClassName
{
color: #F3CE42;
}
.AnyTagClassName
{
color: #F3CE42;
}
</style>
background-color css
<style>
a { background-color: #F3CE42; }
a { background-color: rgb(243,206,66); }
div.DivClassName
{
background-color: #F3CE42;
}
.BgClassName
{
background-color: #F3CE42;
}
</style>
border-color css
<style>
span { border-color: #F3CE42; }
span { border-color: rgb(243,206,66); }
td.TdClassName
{
border-color: #F3CE42;
}
.TagClassName
{
border-color: #F3CE42;
}
</style>