Shades of Festival #F0CE3F
Tints of Festival #F0CE3F
RGB
CMYK
RGB Variations
Color information
#F0CE3F (or 0xF0CE3F) is known color: Festival. HEX triplet: F0, CE and 3F. RGB value is (240,206,63). Sum of RGB (Red+Green+Blue) = 240+206+63=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE3F is #0F31C0. Grayscale: #C8C8C8. Windows color (decimal): -995777 or 4181744. OLE color: 4181744.
HSL color Cylindrical-coordinate representation of color #F0CE3F: hue angle of 48.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0CE3F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 63 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.06 |
| HSL | 48.47º | 0.86% | 0.59% | - |
| HSV(B) | 48.47º | 0.74% | 0.94% | - |
| XYZ | 58.9 | 63.03 | 13.76 | - |
| YUV | 199.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 63 | 0 | 0.14 | 0.74 | 0.06 | 48.47 | 0.86 | 0.59 |
| Hex | F0 | CE | 3F | 0 | E | 4A | 6 | 30 | 56 | 3B |
| Octal | 360 | 316 | 77 | 0 | 16 | 112 | 6 | 60 | 126 | 73 |
| Binary | 11110000 | 11001110 | 111111 | 0 | 1110 | 1001010 | 110 | 110000 | 1010110 | 111011 |
Color Harmonies of #F0CE3F
Complementary color
Monochromatic Colors of #F0CE3F
Black with #F0CE3F
Text Example
Text Example
White with #F0CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE3F; }
p { color: rgb(240,206,63); }
H1.HeaderClassName
{
color: #F0CE3F;
}
.AnyTagClassName
{
color: #F0CE3F;
}
</style>
background-color css
<style>
a { background-color: #F0CE3F; }
a { background-color: rgb(240,206,63); }
div.DivClassName
{
background-color: #F0CE3F;
}
.BgClassName
{
background-color: #F0CE3F;
}
</style>
border-color css
<style>
span { border-color: #F0CE3F; }
span { border-color: rgb(240,206,63); }
td.TdClassName
{
border-color: #F0CE3F;
}
.TagClassName
{
border-color: #F0CE3F;
}
</style>