Shades of Festival #F3D53E
Tints of Festival #F3D53E
RGB
CMYK
RGB Variations
Color information
#F3D53E (or 0xF3D53E) is known color: Festival. HEX triplet: F3, D5 and 3E. RGB value is (243,213,62). Sum of RGB (Red+Green+Blue) = 243+213+62=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D53E is #0C2AC1. Grayscale: #CDCDCD. Windows color (decimal): -797378 or 4118003. OLE color: 4118003.
HSL color Cylindrical-coordinate representation of color #F3D53E: hue angle of 50.06º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3D53E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.05 |
| HSL | 50.06º | 0.88% | 0.6% | - |
| HSV(B) | 50.06º | 0.74% | 0.95% | - |
| XYZ | 61.63 | 66.99 | 14.24 | - |
| YUV | 204.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 62 | 0 | 0.12 | 0.74 | 0.05 | 50.06 | 0.88 | 0.6 |
| Hex | F3 | D5 | 3E | 0 | C | 4A | 5 | 32 | 58 | 3C |
| Octal | 363 | 325 | 76 | 0 | 14 | 112 | 5 | 62 | 130 | 74 |
| Binary | 11110011 | 11010101 | 111110 | 0 | 1100 | 1001010 | 101 | 110010 | 1011000 | 111100 |
Color Harmonies of #F3D53E
Complementary color
Monochromatic Colors of #F3D53E
Black with #F3D53E
Text Example
Text Example
White with #F3D53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D53E; }
p { color: rgb(243,213,62); }
H1.HeaderClassName
{
color: #F3D53E;
}
.AnyTagClassName
{
color: #F3D53E;
}
</style>
background-color css
<style>
a { background-color: #F3D53E; }
a { background-color: rgb(243,213,62); }
div.DivClassName
{
background-color: #F3D53E;
}
.BgClassName
{
background-color: #F3D53E;
}
</style>
border-color css
<style>
span { border-color: #F3D53E; }
span { border-color: rgb(243,213,62); }
td.TdClassName
{
border-color: #F3D53E;
}
.TagClassName
{
border-color: #F3D53E;
}
</style>