Shades of Festival #F2CF3F
Tints of Festival #F2CF3F
RGB
CMYK
RGB Variations
Color information
#F2CF3F (or 0xF2CF3F) is known color: Festival. HEX triplet: F2, CF and 3F. RGB value is (242,207,63). Sum of RGB (Red+Green+Blue) = 242+207+63=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF3F is #0D30C0. Grayscale: #C9C9C9. Windows color (decimal): -864449 or 4182002. OLE color: 4182002.
HSL color Cylindrical-coordinate representation of color #F2CF3F: hue angle of 48.27º 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 #F2CF3F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 63 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.05 |
| HSL | 48.27º | 0.87% | 0.6% | - |
| HSV(B) | 48.27º | 0.74% | 0.95% | - |
| XYZ | 59.83 | 63.86 | 13.88 | - |
| YUV | 201.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 63 | 0 | 0.14 | 0.74 | 0.05 | 48.27 | 0.87 | 0.6 |
| Hex | F2 | CF | 3F | 0 | E | 4A | 5 | 30 | 57 | 3C |
| Octal | 362 | 317 | 77 | 0 | 16 | 112 | 5 | 60 | 127 | 74 |
| Binary | 11110010 | 11001111 | 111111 | 0 | 1110 | 1001010 | 101 | 110000 | 1010111 | 111100 |
Color Harmonies of #F2CF3F
Complementary color
Monochromatic Colors of #F2CF3F
Black with #F2CF3F
Text Example
Text Example
White with #F2CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF3F; }
p { color: rgb(242,207,63); }
H1.HeaderClassName
{
color: #F2CF3F;
}
.AnyTagClassName
{
color: #F2CF3F;
}
</style>
background-color css
<style>
a { background-color: #F2CF3F; }
a { background-color: rgb(242,207,63); }
div.DivClassName
{
background-color: #F2CF3F;
}
.BgClassName
{
background-color: #F2CF3F;
}
</style>
border-color css
<style>
span { border-color: #F2CF3F; }
span { border-color: rgb(242,207,63); }
td.TdClassName
{
border-color: #F2CF3F;
}
.TagClassName
{
border-color: #F2CF3F;
}
</style>