Shades of Festival #F2CF4E
Tints of Festival #F2CF4E
RGB
CMYK
RGB Variations
Color information
#F2CF4E (or 0xF2CF4E) is known color: Festival. HEX triplet: F2, CF and 4E. RGB value is (242,207,78). Sum of RGB (Red+Green+Blue) = 242+207+78=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF4E is #0D30B1. Grayscale: #CBCBCB. Windows color (decimal): -864434 or 5165042. OLE color: 5165042.
HSL color Cylindrical-coordinate representation of color #F2CF4E: hue angle of 47.2º 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 #F2CF4E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 78 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.05 |
| HSL | 47.2º | 0.86% | 0.63% | - |
| HSV(B) | 47.2º | 0.68% | 0.95% | - |
| XYZ | 60.31 | 64.05 | 16.39 | - |
| YUV | 202.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 78 | 0 | 0.14 | 0.68 | 0.05 | 47.2 | 0.86 | 0.63 |
| Hex | F2 | CF | 4E | 0 | E | 44 | 5 | 2F | 56 | 3F |
| Octal | 362 | 317 | 116 | 0 | 16 | 104 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11001111 | 1001110 | 0 | 1110 | 1000100 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2CF4E
Complementary color
Monochromatic Colors of #F2CF4E
Black with #F2CF4E
Text Example
Text Example
White with #F2CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF4E; }
p { color: rgb(242,207,78); }
H1.HeaderClassName
{
color: #F2CF4E;
}
.AnyTagClassName
{
color: #F2CF4E;
}
</style>
background-color css
<style>
a { background-color: #F2CF4E; }
a { background-color: rgb(242,207,78); }
div.DivClassName
{
background-color: #F2CF4E;
}
.BgClassName
{
background-color: #F2CF4E;
}
</style>
border-color css
<style>
span { border-color: #F2CF4E; }
span { border-color: rgb(242,207,78); }
td.TdClassName
{
border-color: #F2CF4E;
}
.TagClassName
{
border-color: #F2CF4E;
}
</style>