Shades of Festival #F3D343
Tints of Festival #F3D343
RGB
CMYK
RGB Variations
Color information
#F3D343 (or 0xF3D343) is known color: Festival. HEX triplet: F3, D3 and 43. RGB value is (243,211,67). Sum of RGB (Red+Green+Blue) = 243+211+67=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D343 is #0C2CBC. Grayscale: #CCCCCC. Windows color (decimal): -797885 or 4445171. OLE color: 4445171.
HSL color Cylindrical-coordinate representation of color #F3D343: hue angle of 49.09º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3D343 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.05 |
| HSL | 49.09º | 0.88% | 0.61% | - |
| HSV(B) | 49.09º | 0.72% | 0.95% | - |
| XYZ | 61.27 | 66.05 | 14.83 | - |
| YUV | 204.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 67 | 0 | 0.13 | 0.72 | 0.05 | 49.09 | 0.88 | 0.61 |
| Hex | F3 | D3 | 43 | 0 | D | 48 | 5 | 31 | 58 | 3D |
| Octal | 363 | 323 | 103 | 0 | 15 | 110 | 5 | 61 | 130 | 75 |
| Binary | 11110011 | 11010011 | 1000011 | 0 | 1101 | 1001000 | 101 | 110001 | 1011000 | 111101 |
Color Harmonies of #F3D343
Complementary color
Monochromatic Colors of #F3D343
Black with #F3D343
Text Example
Text Example
White with #F3D343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D343; }
p { color: rgb(243,211,67); }
H1.HeaderClassName
{
color: #F3D343;
}
.AnyTagClassName
{
color: #F3D343;
}
</style>
background-color css
<style>
a { background-color: #F3D343; }
a { background-color: rgb(243,211,67); }
div.DivClassName
{
background-color: #F3D343;
}
.BgClassName
{
background-color: #F3D343;
}
</style>
border-color css
<style>
span { border-color: #F3D343; }
span { border-color: rgb(243,211,67); }
td.TdClassName
{
border-color: #F3D343;
}
.TagClassName
{
border-color: #F3D343;
}
</style>