Shades of Festival #F2CF40
Tints of Festival #F2CF40
RGB
CMYK
RGB Variations
Color information
#F2CF40 (or 0xF2CF40) is known color: Festival. HEX triplet: F2, CF and 40. RGB value is (242,207,64). Sum of RGB (Red+Green+Blue) = 242+207+64=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF40 is #0D30BF. Grayscale: #C9C9C9. Windows color (decimal): -864448 or 4247538. OLE color: 4247538.
HSL color Cylindrical-coordinate representation of color #F2CF40: hue angle of 48.2º 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 #F2CF40 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 64 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.05 |
| HSL | 48.2º | 0.87% | 0.6% | - |
| HSV(B) | 48.2º | 0.74% | 0.95% | - |
| XYZ | 59.86 | 63.87 | 14.02 | - |
| YUV | 201.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 64 | 0 | 0.14 | 0.74 | 0.05 | 48.2 | 0.87 | 0.6 |
| Hex | F2 | CF | 40 | 0 | E | 4A | 5 | 30 | 57 | 3C |
| Octal | 362 | 317 | 100 | 0 | 16 | 112 | 5 | 60 | 127 | 74 |
| Binary | 11110010 | 11001111 | 1000000 | 0 | 1110 | 1001010 | 101 | 110000 | 1010111 | 111100 |
Color Harmonies of #F2CF40
Complementary color
Monochromatic Colors of #F2CF40
Black with #F2CF40
Text Example
Text Example
White with #F2CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF40; }
p { color: rgb(242,207,64); }
H1.HeaderClassName
{
color: #F2CF40;
}
.AnyTagClassName
{
color: #F2CF40;
}
</style>
background-color css
<style>
a { background-color: #F2CF40; }
a { background-color: rgb(242,207,64); }
div.DivClassName
{
background-color: #F2CF40;
}
.BgClassName
{
background-color: #F2CF40;
}
</style>
border-color css
<style>
span { border-color: #F2CF40; }
span { border-color: rgb(242,207,64); }
td.TdClassName
{
border-color: #F2CF40;
}
.TagClassName
{
border-color: #F2CF40;
}
</style>