Shades of Festival #F3D143
Tints of Festival #F3D143
RGB
CMYK
RGB Variations
Color information
#F3D143 (or 0xF3D143) is known color: Festival. HEX triplet: F3, D1 and 43. RGB value is (243,209,67). Sum of RGB (Red+Green+Blue) = 243+209+67=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D143 is #0C2EBC. Grayscale: #CBCBCB. Windows color (decimal): -798397 or 4444659. OLE color: 4444659.
HSL color Cylindrical-coordinate representation of color #F3D143: hue angle of 48.41º 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 #F3D143 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 67 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.05 |
| HSL | 48.41º | 0.88% | 0.61% | - |
| HSV(B) | 48.41º | 0.72% | 0.95% | - |
| XYZ | 60.78 | 65.06 | 14.66 | - |
| YUV | 202.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 67 | 0 | 0.14 | 0.72 | 0.05 | 48.41 | 0.88 | 0.61 |
| Hex | F3 | D1 | 43 | 0 | E | 48 | 5 | 30 | 58 | 3D |
| Octal | 363 | 321 | 103 | 0 | 16 | 110 | 5 | 60 | 130 | 75 |
| Binary | 11110011 | 11010001 | 1000011 | 0 | 1110 | 1001000 | 101 | 110000 | 1011000 | 111101 |
Color Harmonies of #F3D143
Complementary color
Monochromatic Colors of #F3D143
Black with #F3D143
Text Example
Text Example
White with #F3D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D143; }
p { color: rgb(243,209,67); }
H1.HeaderClassName
{
color: #F3D143;
}
.AnyTagClassName
{
color: #F3D143;
}
</style>
background-color css
<style>
a { background-color: #F3D143; }
a { background-color: rgb(243,209,67); }
div.DivClassName
{
background-color: #F3D143;
}
.BgClassName
{
background-color: #F3D143;
}
</style>
border-color css
<style>
span { border-color: #F3D143; }
span { border-color: rgb(243,209,67); }
td.TdClassName
{
border-color: #F3D143;
}
.TagClassName
{
border-color: #F3D143;
}
</style>