Shades of Festival #F2D13D
Tints of Festival #F2D13D
RGB
CMYK
RGB Variations
Color information
#F2D13D (or 0xF2D13D) is known color: Festival. HEX triplet: F2, D1 and 3D. RGB value is (242,209,61). Sum of RGB (Red+Green+Blue) = 242+209+61=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D13D is #0D2EC2. Grayscale: #CACACA. Windows color (decimal): -863939 or 4051442. OLE color: 4051442.
HSL color Cylindrical-coordinate representation of color #F2D13D: hue angle of 49.06º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2D13D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 61 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.05 |
| HSL | 49.06º | 0.87% | 0.59% | - |
| HSV(B) | 49.06º | 0.75% | 0.95% | - |
| XYZ | 60.26 | 64.82 | 13.75 | - |
| YUV | 202 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 61 | 0 | 0.14 | 0.75 | 0.05 | 49.06 | 0.87 | 0.59 |
| Hex | F2 | D1 | 3D | 0 | E | 4B | 5 | 31 | 57 | 3B |
| Octal | 362 | 321 | 75 | 0 | 16 | 113 | 5 | 61 | 127 | 73 |
| Binary | 11110010 | 11010001 | 111101 | 0 | 1110 | 1001011 | 101 | 110001 | 1010111 | 111011 |
Color Harmonies of #F2D13D
Complementary color
Monochromatic Colors of #F2D13D
Black with #F2D13D
Text Example
Text Example
White with #F2D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D13D; }
p { color: rgb(242,209,61); }
H1.HeaderClassName
{
color: #F2D13D;
}
.AnyTagClassName
{
color: #F2D13D;
}
</style>
background-color css
<style>
a { background-color: #F2D13D; }
a { background-color: rgb(242,209,61); }
div.DivClassName
{
background-color: #F2D13D;
}
.BgClassName
{
background-color: #F2D13D;
}
</style>
border-color css
<style>
span { border-color: #F2D13D; }
span { border-color: rgb(242,209,61); }
td.TdClassName
{
border-color: #F2D13D;
}
.TagClassName
{
border-color: #F2D13D;
}
</style>