Shades of Festival #F2CD3E
Tints of Festival #F2CD3E
RGB
CMYK
RGB Variations
Color information
#F2CD3E (or 0xF2CD3E) is known color: Festival. HEX triplet: F2, CD and 3E. RGB value is (242,205,62). Sum of RGB (Red+Green+Blue) = 242+205+62=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CD3E is #0D32C1. Grayscale: #C8C8C8. Windows color (decimal): -864962 or 4115954. OLE color: 4115954.
HSL color Cylindrical-coordinate representation of color #F2CD3E: hue angle of 47.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2CD3E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 62 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.05 |
| HSL | 47.67º | 0.87% | 0.6% | - |
| HSV(B) | 47.67º | 0.74% | 0.95% | - |
| XYZ | 59.32 | 62.89 | 13.57 | - |
| YUV | 199.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 62 | 0 | 0.15 | 0.74 | 0.05 | 47.67 | 0.87 | 0.6 |
| Hex | F2 | CD | 3E | 0 | F | 4A | 5 | 30 | 57 | 3C |
| Octal | 362 | 315 | 76 | 0 | 17 | 112 | 5 | 60 | 127 | 74 |
| Binary | 11110010 | 11001101 | 111110 | 0 | 1111 | 1001010 | 101 | 110000 | 1010111 | 111100 |
Color Harmonies of #F2CD3E
Complementary color
Monochromatic Colors of #F2CD3E
Black with #F2CD3E
Text Example
Text Example
White with #F2CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD3E; }
p { color: rgb(242,205,62); }
H1.HeaderClassName
{
color: #F2CD3E;
}
.AnyTagClassName
{
color: #F2CD3E;
}
</style>
background-color css
<style>
a { background-color: #F2CD3E; }
a { background-color: rgb(242,205,62); }
div.DivClassName
{
background-color: #F2CD3E;
}
.BgClassName
{
background-color: #F2CD3E;
}
</style>
border-color css
<style>
span { border-color: #F2CD3E; }
span { border-color: rgb(242,205,62); }
td.TdClassName
{
border-color: #F2CD3E;
}
.TagClassName
{
border-color: #F2CD3E;
}
</style>