Shades of Festival #F3CE45
Tints of Festival #F3CE45
RGB
CMYK
RGB Variations
Color information
#F3CE45 (or 0xF3CE45) is known color: Festival. HEX triplet: F3, CE and 45. RGB value is (243,206,69). Sum of RGB (Red+Green+Blue) = 243+206+69=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CE45 is #0C31BA. Grayscale: #CACACA. Windows color (decimal): -799163 or 4574963. OLE color: 4574963.
HSL color Cylindrical-coordinate representation of color #F3CE45: hue angle of 47.24º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3CE45 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 69 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.05 |
| HSL | 47.24º | 0.88% | 0.61% | - |
| HSV(B) | 47.24º | 0.72% | 0.95% | - |
| XYZ | 60.11 | 63.63 | 14.74 | - |
| YUV | 201.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 69 | 0 | 0.15 | 0.72 | 0.05 | 47.24 | 0.88 | 0.61 |
| Hex | F3 | CE | 45 | 0 | F | 48 | 5 | 2F | 58 | 3D |
| Octal | 363 | 316 | 105 | 0 | 17 | 110 | 5 | 57 | 130 | 75 |
| Binary | 11110011 | 11001110 | 1000101 | 0 | 1111 | 1001000 | 101 | 101111 | 1011000 | 111101 |
Color Harmonies of #F3CE45
Complementary color
Monochromatic Colors of #F3CE45
Black with #F3CE45
Text Example
Text Example
White with #F3CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE45; }
p { color: rgb(243,206,69); }
H1.HeaderClassName
{
color: #F3CE45;
}
.AnyTagClassName
{
color: #F3CE45;
}
</style>
background-color css
<style>
a { background-color: #F3CE45; }
a { background-color: rgb(243,206,69); }
div.DivClassName
{
background-color: #F3CE45;
}
.BgClassName
{
background-color: #F3CE45;
}
</style>
border-color css
<style>
span { border-color: #F3CE45; }
span { border-color: rgb(243,206,69); }
td.TdClassName
{
border-color: #F3CE45;
}
.TagClassName
{
border-color: #F3CE45;
}
</style>