Shades of Festival #F0D543
Tints of Festival #F0D543
RGB
CMYK
RGB Variations
Color information
#F0D543 (or 0xF0D543) is known color: Festival. HEX triplet: F0, D5 and 43. RGB value is (240,213,67). Sum of RGB (Red+Green+Blue) = 240+213+67=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D543 is #0F2ABC. Grayscale: #CDCDCD. Windows color (decimal): -993981 or 4445680. OLE color: 4445680.
HSL color Cylindrical-coordinate representation of color #F0D543: hue angle of 50.64º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0D543 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.06 |
| HSL | 50.64º | 0.85% | 0.6% | - |
| HSV(B) | 50.64º | 0.72% | 0.94% | - |
| XYZ | 60.74 | 66.52 | 14.95 | - |
| YUV | 204.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 67 | 0 | 0.11 | 0.72 | 0.06 | 50.64 | 0.85 | 0.6 |
| Hex | F0 | D5 | 43 | 0 | B | 48 | 6 | 33 | 55 | 3C |
| Octal | 360 | 325 | 103 | 0 | 13 | 110 | 6 | 63 | 125 | 74 |
| Binary | 11110000 | 11010101 | 1000011 | 0 | 1011 | 1001000 | 110 | 110011 | 1010101 | 111100 |
Color Harmonies of #F0D543
Complementary color
Monochromatic Colors of #F0D543
Black with #F0D543
Text Example
Text Example
White with #F0D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D543; }
p { color: rgb(240,213,67); }
H1.HeaderClassName
{
color: #F0D543;
}
.AnyTagClassName
{
color: #F0D543;
}
</style>
background-color css
<style>
a { background-color: #F0D543; }
a { background-color: rgb(240,213,67); }
div.DivClassName
{
background-color: #F0D543;
}
.BgClassName
{
background-color: #F0D543;
}
</style>
border-color css
<style>
span { border-color: #F0D543; }
span { border-color: rgb(240,213,67); }
td.TdClassName
{
border-color: #F0D543;
}
.TagClassName
{
border-color: #F0D543;
}
</style>