Shades of Festival #F0CF4E
Tints of Festival #F0CF4E
RGB
CMYK
RGB Variations
Color information
#F0CF4E (or 0xF0CF4E) is known color: Festival. HEX triplet: F0, CF and 4E. RGB value is (240,207,78). Sum of RGB (Red+Green+Blue) = 240+207+78=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF4E is #0F30B1. Grayscale: #CACACA. Windows color (decimal): -995506 or 5165040. OLE color: 5165040.
HSL color Cylindrical-coordinate representation of color #F0CF4E: hue angle of 47.78º 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 #F0CF4E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 78 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.06 |
| HSL | 47.78º | 0.84% | 0.62% | - |
| HSV(B) | 47.78º | 0.68% | 0.94% | - |
| XYZ | 59.62 | 63.7 | 16.36 | - |
| YUV | 202.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 78 | 0 | 0.14 | 0.68 | 0.06 | 47.78 | 0.84 | 0.62 |
| Hex | F0 | CF | 4E | 0 | E | 44 | 6 | 30 | 54 | 3E |
| Octal | 360 | 317 | 116 | 0 | 16 | 104 | 6 | 60 | 124 | 76 |
| Binary | 11110000 | 11001111 | 1001110 | 0 | 1110 | 1000100 | 110 | 110000 | 1010100 | 111110 |
Color Harmonies of #F0CF4E
Complementary color
Monochromatic Colors of #F0CF4E
Black with #F0CF4E
Text Example
Text Example
White with #F0CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF4E; }
p { color: rgb(240,207,78); }
H1.HeaderClassName
{
color: #F0CF4E;
}
.AnyTagClassName
{
color: #F0CF4E;
}
</style>
background-color css
<style>
a { background-color: #F0CF4E; }
a { background-color: rgb(240,207,78); }
div.DivClassName
{
background-color: #F0CF4E;
}
.BgClassName
{
background-color: #F0CF4E;
}
</style>
border-color css
<style>
span { border-color: #F0CF4E; }
span { border-color: rgb(240,207,78); }
td.TdClassName
{
border-color: #F0CF4E;
}
.TagClassName
{
border-color: #F0CF4E;
}
</style>