Shades of Festival #F3D43D
Tints of Festival #F3D43D
RGB
CMYK
RGB Variations
Color information
#F3D43D (or 0xF3D43D) is known color: Festival. HEX triplet: F3, D4 and 3D. RGB value is (243,212,61). Sum of RGB (Red+Green+Blue) = 243+212+61=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D43D is #0C2BC2. Grayscale: #CCCCCC. Windows color (decimal): -797635 or 4052211. OLE color: 4052211.
HSL color Cylindrical-coordinate representation of color #F3D43D: hue angle of 49.78º 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 #F3D43D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 61 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.05 |
| HSL | 49.78º | 0.88% | 0.6% | - |
| HSV(B) | 49.78º | 0.75% | 0.95% | - |
| XYZ | 61.35 | 66.48 | 14.01 | - |
| YUV | 204.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 61 | 0 | 0.13 | 0.75 | 0.05 | 49.78 | 0.88 | 0.6 |
| Hex | F3 | D4 | 3D | 0 | D | 4B | 5 | 32 | 58 | 3C |
| Octal | 363 | 324 | 75 | 0 | 15 | 113 | 5 | 62 | 130 | 74 |
| Binary | 11110011 | 11010100 | 111101 | 0 | 1101 | 1001011 | 101 | 110010 | 1011000 | 111100 |
Color Harmonies of #F3D43D
Complementary color
Monochromatic Colors of #F3D43D
Black with #F3D43D
Text Example
Text Example
White with #F3D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D43D; }
p { color: rgb(243,212,61); }
H1.HeaderClassName
{
color: #F3D43D;
}
.AnyTagClassName
{
color: #F3D43D;
}
</style>
background-color css
<style>
a { background-color: #F3D43D; }
a { background-color: rgb(243,212,61); }
div.DivClassName
{
background-color: #F3D43D;
}
.BgClassName
{
background-color: #F3D43D;
}
</style>
border-color css
<style>
span { border-color: #F3D43D; }
span { border-color: rgb(243,212,61); }
td.TdClassName
{
border-color: #F3D43D;
}
.TagClassName
{
border-color: #F3D43D;
}
</style>