Shades of Festival #F0CE4F
Tints of Festival #F0CE4F
RGB
CMYK
RGB Variations
Color information
#F0CE4F (or 0xF0CE4F) is known color: Festival. HEX triplet: F0, CE and 4F. RGB value is (240,206,79). Sum of RGB (Red+Green+Blue) = 240+206+79=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE4F is #0F31B0. Grayscale: #CACACA. Windows color (decimal): -995761 or 5230320. OLE color: 5230320.
HSL color Cylindrical-coordinate representation of color #F0CE4F: hue angle of 47.33º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0CE4F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 79 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.06 |
| HSL | 47.33º | 0.84% | 0.63% | - |
| HSV(B) | 47.33º | 0.67% | 0.94% | - |
| XYZ | 59.42 | 63.23 | 16.47 | - |
| YUV | 201.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 79 | 0 | 0.14 | 0.67 | 0.06 | 47.33 | 0.84 | 0.63 |
| Hex | F0 | CE | 4F | 0 | E | 43 | 6 | 2F | 54 | 3F |
| Octal | 360 | 316 | 117 | 0 | 16 | 103 | 6 | 57 | 124 | 77 |
| Binary | 11110000 | 11001110 | 1001111 | 0 | 1110 | 1000011 | 110 | 101111 | 1010100 | 111111 |
Color Harmonies of #F0CE4F
Complementary color
Monochromatic Colors of #F0CE4F
Black with #F0CE4F
Text Example
Text Example
White with #F0CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE4F; }
p { color: rgb(240,206,79); }
H1.HeaderClassName
{
color: #F0CE4F;
}
.AnyTagClassName
{
color: #F0CE4F;
}
</style>
background-color css
<style>
a { background-color: #F0CE4F; }
a { background-color: rgb(240,206,79); }
div.DivClassName
{
background-color: #F0CE4F;
}
.BgClassName
{
background-color: #F0CE4F;
}
</style>
border-color css
<style>
span { border-color: #F0CE4F; }
span { border-color: rgb(240,206,79); }
td.TdClassName
{
border-color: #F0CE4F;
}
.TagClassName
{
border-color: #F0CE4F;
}
</style>