Shades of Festival #F3D33D
Tints of Festival #F3D33D
RGB
CMYK
RGB Variations
Color information
#F3D33D (or 0xF3D33D) is known color: Festival. HEX triplet: F3, D3 and 3D. RGB value is (243,211,61). Sum of RGB (Red+Green+Blue) = 243+211+61=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D33D is #0C2CC2. Grayscale: #CCCCCC. Windows color (decimal): -797891 or 4051955. OLE color: 4051955.
HSL color Cylindrical-coordinate representation of color #F3D33D: hue angle of 49.45º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3D33D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 61 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.05 |
| HSL | 49.45º | 0.88% | 0.6% | - |
| HSV(B) | 49.45º | 0.75% | 0.95% | - |
| XYZ | 61.1 | 65.98 | 13.93 | - |
| YUV | 203.47 | 47.6 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 61 | 0 | 0.13 | 0.75 | 0.05 | 49.45 | 0.88 | 0.6 |
| Hex | F3 | D3 | 3D | 0 | D | 4B | 5 | 31 | 58 | 3C |
| Octal | 363 | 323 | 75 | 0 | 15 | 113 | 5 | 61 | 130 | 74 |
| Binary | 11110011 | 11010011 | 111101 | 0 | 1101 | 1001011 | 101 | 110001 | 1011000 | 111100 |
Color Harmonies of #F3D33D
Complementary color
Monochromatic Colors of #F3D33D
Black with #F3D33D
Text Example
Text Example
White with #F3D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D33D; }
p { color: rgb(243,211,61); }
H1.HeaderClassName
{
color: #F3D33D;
}
.AnyTagClassName
{
color: #F3D33D;
}
</style>
background-color css
<style>
a { background-color: #F3D33D; }
a { background-color: rgb(243,211,61); }
div.DivClassName
{
background-color: #F3D33D;
}
.BgClassName
{
background-color: #F3D33D;
}
</style>
border-color css
<style>
span { border-color: #F3D33D; }
span { border-color: rgb(243,211,61); }
td.TdClassName
{
border-color: #F3D33D;
}
.TagClassName
{
border-color: #F3D33D;
}
</style>