Shades of Festival #F3D03D
Tints of Festival #F3D03D
RGB
CMYK
RGB Variations
Color information
#F3D03D (or 0xF3D03D) is known color: Festival. HEX triplet: F3, D0 and 3D. RGB value is (243,208,61). Sum of RGB (Red+Green+Blue) = 243+208+61=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D03D is #0C2FC2. Grayscale: #CACACA. Windows color (decimal): -798659 or 4051187. OLE color: 4051187.
HSL color Cylindrical-coordinate representation of color #F3D03D: hue angle of 48.46º 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 #F3D03D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 61 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.05 |
| HSL | 48.46º | 0.88% | 0.6% | - |
| HSV(B) | 48.46º | 0.75% | 0.95% | - |
| XYZ | 60.36 | 64.5 | 13.68 | - |
| YUV | 201.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 61 | 0 | 0.14 | 0.75 | 0.05 | 48.46 | 0.88 | 0.6 |
| Hex | F3 | D0 | 3D | 0 | E | 4B | 5 | 30 | 58 | 3C |
| Octal | 363 | 320 | 75 | 0 | 16 | 113 | 5 | 60 | 130 | 74 |
| Binary | 11110011 | 11010000 | 111101 | 0 | 1110 | 1001011 | 101 | 110000 | 1011000 | 111100 |
Color Harmonies of #F3D03D
Complementary color
Monochromatic Colors of #F3D03D
Black with #F3D03D
Text Example
Text Example
White with #F3D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D03D; }
p { color: rgb(243,208,61); }
H1.HeaderClassName
{
color: #F3D03D;
}
.AnyTagClassName
{
color: #F3D03D;
}
</style>
background-color css
<style>
a { background-color: #F3D03D; }
a { background-color: rgb(243,208,61); }
div.DivClassName
{
background-color: #F3D03D;
}
.BgClassName
{
background-color: #F3D03D;
}
</style>
border-color css
<style>
span { border-color: #F3D03D; }
span { border-color: rgb(243,208,61); }
td.TdClassName
{
border-color: #F3D03D;
}
.TagClassName
{
border-color: #F3D03D;
}
</style>