Shades of Festival #F0CB3D
Tints of Festival #F0CB3D
RGB
CMYK
RGB Variations
Color information
#F0CB3D (or 0xF0CB3D) is known color: Festival. HEX triplet: F0, CB and 3D. RGB value is (240,203,61). Sum of RGB (Red+Green+Blue) = 240+203+61=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB3D is #0F34C2. Grayscale: #C6C6C6. Windows color (decimal): -996547 or 4049904. OLE color: 4049904.
HSL color Cylindrical-coordinate representation of color #F0CB3D: hue angle of 47.6º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0CB3D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 61 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.06 |
| HSL | 47.6º | 0.86% | 0.59% | - |
| HSV(B) | 47.6º | 0.75% | 0.94% | - |
| XYZ | 58.13 | 61.57 | 13.24 | - |
| YUV | 197.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 61 | 0 | 0.15 | 0.75 | 0.06 | 47.6 | 0.86 | 0.59 |
| Hex | F0 | CB | 3D | 0 | F | 4B | 6 | 30 | 56 | 3B |
| Octal | 360 | 313 | 75 | 0 | 17 | 113 | 6 | 60 | 126 | 73 |
| Binary | 11110000 | 11001011 | 111101 | 0 | 1111 | 1001011 | 110 | 110000 | 1010110 | 111011 |
Color Harmonies of #F0CB3D
Complementary color
Monochromatic Colors of #F0CB3D
Black with #F0CB3D
Text Example
Text Example
White with #F0CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB3D; }
p { color: rgb(240,203,61); }
H1.HeaderClassName
{
color: #F0CB3D;
}
.AnyTagClassName
{
color: #F0CB3D;
}
</style>
background-color css
<style>
a { background-color: #F0CB3D; }
a { background-color: rgb(240,203,61); }
div.DivClassName
{
background-color: #F0CB3D;
}
.BgClassName
{
background-color: #F0CB3D;
}
</style>
border-color css
<style>
span { border-color: #F0CB3D; }
span { border-color: rgb(240,203,61); }
td.TdClassName
{
border-color: #F0CB3D;
}
.TagClassName
{
border-color: #F0CB3D;
}
</style>