Shades of Festival #F3D23D
Tints of Festival #F3D23D
RGB
CMYK
RGB Variations
Color information
#F3D23D (or 0xF3D23D) is known color: Festival. HEX triplet: F3, D2 and 3D. RGB value is (243,210,61). Sum of RGB (Red+Green+Blue) = 243+210+61=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D23D is #0C2DC2. Grayscale: #CBCBCB. Windows color (decimal): -798147 or 4051699. OLE color: 4051699.
HSL color Cylindrical-coordinate representation of color #F3D23D: hue angle of 49.12º 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 #F3D23D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 61 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.05 |
| HSL | 49.12º | 0.88% | 0.6% | - |
| HSV(B) | 49.12º | 0.75% | 0.95% | - |
| XYZ | 60.85 | 65.48 | 13.85 | - |
| YUV | 202.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 61 | 0 | 0.14 | 0.75 | 0.05 | 49.12 | 0.88 | 0.6 |
| Hex | F3 | D2 | 3D | 0 | E | 4B | 5 | 31 | 58 | 3C |
| Octal | 363 | 322 | 75 | 0 | 16 | 113 | 5 | 61 | 130 | 74 |
| Binary | 11110011 | 11010010 | 111101 | 0 | 1110 | 1001011 | 101 | 110001 | 1011000 | 111100 |
Color Harmonies of #F3D23D
Complementary color
Monochromatic Colors of #F3D23D
Black with #F3D23D
Text Example
Text Example
White with #F3D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D23D; }
p { color: rgb(243,210,61); }
H1.HeaderClassName
{
color: #F3D23D;
}
.AnyTagClassName
{
color: #F3D23D;
}
</style>
background-color css
<style>
a { background-color: #F3D23D; }
a { background-color: rgb(243,210,61); }
div.DivClassName
{
background-color: #F3D23D;
}
.BgClassName
{
background-color: #F3D23D;
}
</style>
border-color css
<style>
span { border-color: #F3D23D; }
span { border-color: rgb(243,210,61); }
td.TdClassName
{
border-color: #F3D23D;
}
.TagClassName
{
border-color: #F3D23D;
}
</style>