Shades of Festival #F2CD4E
Tints of Festival #F2CD4E
RGB
CMYK
RGB Variations
Color information
#F2CD4E (or 0xF2CD4E) is known color: Festival. HEX triplet: F2, CD and 4E. RGB value is (242,205,78). Sum of RGB (Red+Green+Blue) = 242+205+78=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD4E is #0D32B1. Grayscale: #CACACA. Windows color (decimal): -864946 or 5164530. OLE color: 5164530.
HSL color Cylindrical-coordinate representation of color #F2CD4E: hue angle of 46.46º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2CD4E is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 78 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.05 |
| HSL | 46.46º | 0.86% | 0.63% | - |
| HSV(B) | 46.46º | 0.68% | 0.95% | - |
| XYZ | 59.82 | 63.09 | 16.23 | - |
| YUV | 201.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 78 | 0 | 0.15 | 0.68 | 0.05 | 46.46 | 0.86 | 0.63 |
| Hex | F2 | CD | 4E | 0 | F | 44 | 5 | 2E | 56 | 3F |
| Octal | 362 | 315 | 116 | 0 | 17 | 104 | 5 | 56 | 126 | 77 |
| Binary | 11110010 | 11001101 | 1001110 | 0 | 1111 | 1000100 | 101 | 101110 | 1010110 | 111111 |
Color Harmonies of #F2CD4E
Complementary color
Monochromatic Colors of #F2CD4E
Black with #F2CD4E
Text Example
Text Example
White with #F2CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD4E; }
p { color: rgb(242,205,78); }
H1.HeaderClassName
{
color: #F2CD4E;
}
.AnyTagClassName
{
color: #F2CD4E;
}
</style>
background-color css
<style>
a { background-color: #F2CD4E; }
a { background-color: rgb(242,205,78); }
div.DivClassName
{
background-color: #F2CD4E;
}
.BgClassName
{
background-color: #F2CD4E;
}
</style>
border-color css
<style>
span { border-color: #F2CD4E; }
span { border-color: rgb(242,205,78); }
td.TdClassName
{
border-color: #F2CD4E;
}
.TagClassName
{
border-color: #F2CD4E;
}
</style>