Shades of Festival #F0CD50
Tints of Festival #F0CD50
RGB
CMYK
RGB Variations
Color information
#F0CD50 (or 0xF0CD50) is known color: Festival. HEX triplet: F0, CD and 50. RGB value is (240,205,80). Sum of RGB (Red+Green+Blue) = 240+205+80=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD50 is #0F32AF. Grayscale: #C9C9C9. Windows color (decimal): -996016 or 5295600. OLE color: 5295600.
HSL color Cylindrical-coordinate representation of color #F0CD50: hue angle of 46.88º 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 #F0CD50 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 80 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.06 |
| HSL | 46.88º | 0.84% | 0.63% | - |
| HSV(B) | 46.88º | 0.67% | 0.94% | - |
| XYZ | 59.21 | 62.77 | 16.58 | - |
| YUV | 201.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 80 | 0 | 0.15 | 0.67 | 0.06 | 46.88 | 0.84 | 0.63 |
| Hex | F0 | CD | 50 | 0 | F | 43 | 6 | 2F | 54 | 3F |
| Octal | 360 | 315 | 120 | 0 | 17 | 103 | 6 | 57 | 124 | 77 |
| Binary | 11110000 | 11001101 | 1010000 | 0 | 1111 | 1000011 | 110 | 101111 | 1010100 | 111111 |
Color Harmonies of #F0CD50
Complementary color
Monochromatic Colors of #F0CD50
Black with #F0CD50
Text Example
Text Example
White with #F0CD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD50; }
p { color: rgb(240,205,80); }
H1.HeaderClassName
{
color: #F0CD50;
}
.AnyTagClassName
{
color: #F0CD50;
}
</style>
background-color css
<style>
a { background-color: #F0CD50; }
a { background-color: rgb(240,205,80); }
div.DivClassName
{
background-color: #F0CD50;
}
.BgClassName
{
background-color: #F0CD50;
}
</style>
border-color css
<style>
span { border-color: #F0CD50; }
span { border-color: rgb(240,205,80); }
td.TdClassName
{
border-color: #F0CD50;
}
.TagClassName
{
border-color: #F0CD50;
}
</style>