Shades of Festival #F0D34B
Tints of Festival #F0D34B
RGB
CMYK
RGB Variations
Color information
#F0D34B (or 0xF0D34B) is known color: Festival. HEX triplet: F0, D3 and 4B. RGB value is (240,211,75). Sum of RGB (Red+Green+Blue) = 240+211+75=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D34B is #0F2CB4. Grayscale: #CCCCCC. Windows color (decimal): -994485 or 4969456. OLE color: 4969456.
HSL color Cylindrical-coordinate representation of color #F0D34B: hue angle of 49.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0D34B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 75 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.06 |
| HSL | 49.45º | 0.85% | 0.62% | - |
| HSV(B) | 49.45º | 0.69% | 0.94% | - |
| XYZ | 60.5 | 65.62 | 16.13 | - |
| YUV | 204.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 75 | 0 | 0.12 | 0.69 | 0.06 | 49.45 | 0.85 | 0.62 |
| Hex | F0 | D3 | 4B | 0 | C | 45 | 6 | 31 | 55 | 3E |
| Octal | 360 | 323 | 113 | 0 | 14 | 105 | 6 | 61 | 125 | 76 |
| Binary | 11110000 | 11010011 | 1001011 | 0 | 1100 | 1000101 | 110 | 110001 | 1010101 | 111110 |
Color Harmonies of #F0D34B
Complementary color
Monochromatic Colors of #F0D34B
Black with #F0D34B
Text Example
Text Example
White with #F0D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D34B; }
p { color: rgb(240,211,75); }
H1.HeaderClassName
{
color: #F0D34B;
}
.AnyTagClassName
{
color: #F0D34B;
}
</style>
background-color css
<style>
a { background-color: #F0D34B; }
a { background-color: rgb(240,211,75); }
div.DivClassName
{
background-color: #F0D34B;
}
.BgClassName
{
background-color: #F0D34B;
}
</style>
border-color css
<style>
span { border-color: #F0D34B; }
span { border-color: rgb(240,211,75); }
td.TdClassName
{
border-color: #F0D34B;
}
.TagClassName
{
border-color: #F0D34B;
}
</style>