Shades of Festival #F2CF4D
Tints of Festival #F2CF4D
RGB
CMYK
RGB Variations
Color information
#F2CF4D (or 0xF2CF4D) is known color: Festival. HEX triplet: F2, CF and 4D. RGB value is (242,207,77). Sum of RGB (Red+Green+Blue) = 242+207+77=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF4D is #0D30B2. Grayscale: #CBCBCB. Windows color (decimal): -864435 or 5099506. OLE color: 5099506.
HSL color Cylindrical-coordinate representation of color #F2CF4D: hue angle of 47.27º 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 #F2CF4D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 77 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.05 |
| HSL | 47.27º | 0.86% | 0.63% | - |
| HSV(B) | 47.27º | 0.68% | 0.95% | - |
| XYZ | 60.27 | 64.04 | 16.21 | - |
| YUV | 202.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 77 | 0 | 0.14 | 0.68 | 0.05 | 47.27 | 0.86 | 0.63 |
| Hex | F2 | CF | 4D | 0 | E | 44 | 5 | 2F | 56 | 3F |
| Octal | 362 | 317 | 115 | 0 | 16 | 104 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11001111 | 1001101 | 0 | 1110 | 1000100 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2CF4D
Complementary color
Monochromatic Colors of #F2CF4D
Black with #F2CF4D
Text Example
Text Example
White with #F2CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF4D; }
p { color: rgb(242,207,77); }
H1.HeaderClassName
{
color: #F2CF4D;
}
.AnyTagClassName
{
color: #F2CF4D;
}
</style>
background-color css
<style>
a { background-color: #F2CF4D; }
a { background-color: rgb(242,207,77); }
div.DivClassName
{
background-color: #F2CF4D;
}
.BgClassName
{
background-color: #F2CF4D;
}
</style>
border-color css
<style>
span { border-color: #F2CF4D; }
span { border-color: rgb(242,207,77); }
td.TdClassName
{
border-color: #F2CF4D;
}
.TagClassName
{
border-color: #F2CF4D;
}
</style>