Shades of Festival #F2CE4D
Tints of Festival #F2CE4D
RGB
CMYK
RGB Variations
Color information
#F2CE4D (or 0xF2CE4D) is known color: Festival. HEX triplet: F2, CE and 4D. RGB value is (242,206,77). Sum of RGB (Red+Green+Blue) = 242+206+77=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE4D is #0D31B2. Grayscale: #CACACA. Windows color (decimal): -864691 or 5099250. OLE color: 5099250.
HSL color Cylindrical-coordinate representation of color #F2CE4D: hue angle of 46.91º 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 #F2CE4D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 77 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.05 |
| HSL | 46.91º | 0.86% | 0.63% | - |
| HSV(B) | 46.91º | 0.68% | 0.95% | - |
| XYZ | 60.03 | 63.56 | 16.12 | - |
| YUV | 202.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 77 | 0 | 0.15 | 0.68 | 0.05 | 46.91 | 0.86 | 0.63 |
| Hex | F2 | CE | 4D | 0 | F | 44 | 5 | 2F | 56 | 3F |
| Octal | 362 | 316 | 115 | 0 | 17 | 104 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11001110 | 1001101 | 0 | 1111 | 1000100 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2CE4D
Complementary color
Monochromatic Colors of #F2CE4D
Black with #F2CE4D
Text Example
Text Example
White with #F2CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE4D; }
p { color: rgb(242,206,77); }
H1.HeaderClassName
{
color: #F2CE4D;
}
.AnyTagClassName
{
color: #F2CE4D;
}
</style>
background-color css
<style>
a { background-color: #F2CE4D; }
a { background-color: rgb(242,206,77); }
div.DivClassName
{
background-color: #F2CE4D;
}
.BgClassName
{
background-color: #F2CE4D;
}
</style>
border-color css
<style>
span { border-color: #F2CE4D; }
span { border-color: rgb(242,206,77); }
td.TdClassName
{
border-color: #F2CE4D;
}
.TagClassName
{
border-color: #F2CE4D;
}
</style>