Shades of Festival #F0CE4D
Tints of Festival #F0CE4D
RGB
CMYK
RGB Variations
Color information
#F0CE4D (or 0xF0CE4D) is known color: Festival. HEX triplet: F0, CE and 4D. RGB value is (240,206,77). Sum of RGB (Red+Green+Blue) = 240+206+77=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE4D is #0F31B2. Grayscale: #CACACA. Windows color (decimal): -995763 or 5099248. OLE color: 5099248.
HSL color Cylindrical-coordinate representation of color #F0CE4D: hue angle of 47.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0CE4D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 77 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.06 |
| HSL | 47.48º | 0.84% | 0.62% | - |
| HSV(B) | 47.48º | 0.68% | 0.94% | - |
| XYZ | 59.35 | 63.2 | 16.09 | - |
| YUV | 201.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 77 | 0 | 0.14 | 0.68 | 0.06 | 47.48 | 0.84 | 0.62 |
| Hex | F0 | CE | 4D | 0 | E | 44 | 6 | 2F | 54 | 3E |
| Octal | 360 | 316 | 115 | 0 | 16 | 104 | 6 | 57 | 124 | 76 |
| Binary | 11110000 | 11001110 | 1001101 | 0 | 1110 | 1000100 | 110 | 101111 | 1010100 | 111110 |
Color Harmonies of #F0CE4D
Complementary color
Monochromatic Colors of #F0CE4D
Black with #F0CE4D
Text Example
Text Example
White with #F0CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE4D; }
p { color: rgb(240,206,77); }
H1.HeaderClassName
{
color: #F0CE4D;
}
.AnyTagClassName
{
color: #F0CE4D;
}
</style>
background-color css
<style>
a { background-color: #F0CE4D; }
a { background-color: rgb(240,206,77); }
div.DivClassName
{
background-color: #F0CE4D;
}
.BgClassName
{
background-color: #F0CE4D;
}
</style>
border-color css
<style>
span { border-color: #F0CE4D; }
span { border-color: rgb(240,206,77); }
td.TdClassName
{
border-color: #F0CE4D;
}
.TagClassName
{
border-color: #F0CE4D;
}
</style>