Shades of Festival #F0C93E
Tints of Festival #F0C93E
RGB
CMYK
RGB Variations
Color information
#F0C93E (or 0xF0C93E) is known color: Festival. HEX triplet: F0, C9 and 3E. RGB value is (240,201,62). Sum of RGB (Red+Green+Blue) = 240+201+62=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C93E is #0F36C1. Grayscale: #C5C5C5. Windows color (decimal): -997058 or 4114928. OLE color: 4114928.
HSL color Cylindrical-coordinate representation of color #F0C93E: hue angle of 46.85º 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 #F0C93E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 62 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.06 |
| HSL | 46.85º | 0.86% | 0.59% | - |
| HSV(B) | 46.85º | 0.74% | 0.94% | - |
| XYZ | 57.69 | 60.65 | 13.22 | - |
| YUV | 196.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 62 | 0 | 0.16 | 0.74 | 0.06 | 46.85 | 0.86 | 0.59 |
| Hex | F0 | C9 | 3E | 0 | 10 | 4A | 6 | 2F | 56 | 3B |
| Octal | 360 | 311 | 76 | 0 | 20 | 112 | 6 | 57 | 126 | 73 |
| Binary | 11110000 | 11001001 | 111110 | 0 | 10000 | 1001010 | 110 | 101111 | 1010110 | 111011 |
Color Harmonies of #F0C93E
Complementary color
Monochromatic Colors of #F0C93E
Black with #F0C93E
Text Example
Text Example
White with #F0C93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C93E; }
p { color: rgb(240,201,62); }
H1.HeaderClassName
{
color: #F0C93E;
}
.AnyTagClassName
{
color: #F0C93E;
}
</style>
background-color css
<style>
a { background-color: #F0C93E; }
a { background-color: rgb(240,201,62); }
div.DivClassName
{
background-color: #F0C93E;
}
.BgClassName
{
background-color: #F0C93E;
}
</style>
border-color css
<style>
span { border-color: #F0C93E; }
span { border-color: rgb(240,201,62); }
td.TdClassName
{
border-color: #F0C93E;
}
.TagClassName
{
border-color: #F0C93E;
}
</style>