Shades of Festival #F2CB3F
Tints of Festival #F2CB3F
RGB
CMYK
RGB Variations
Color information
#F2CB3F (or 0xF2CB3F) is known color: Festival. HEX triplet: F2, CB and 3F. RGB value is (242,203,63). Sum of RGB (Red+Green+Blue) = 242+203+63=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB3F is #0D34C0. Grayscale: #C7C7C7. Windows color (decimal): -865473 or 4180978. OLE color: 4180978.
HSL color Cylindrical-coordinate representation of color #F2CB3F: hue angle of 46.93º 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 #F2CB3F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 63 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.05 |
| HSL | 46.93º | 0.87% | 0.6% | - |
| HSV(B) | 46.93º | 0.74% | 0.95% | - |
| XYZ | 58.87 | 61.95 | 13.56 | - |
| YUV | 198.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 63 | 0 | 0.16 | 0.74 | 0.05 | 46.93 | 0.87 | 0.6 |
| Hex | F2 | CB | 3F | 0 | 10 | 4A | 5 | 2F | 57 | 3C |
| Octal | 362 | 313 | 77 | 0 | 20 | 112 | 5 | 57 | 127 | 74 |
| Binary | 11110010 | 11001011 | 111111 | 0 | 10000 | 1001010 | 101 | 101111 | 1010111 | 111100 |
Color Harmonies of #F2CB3F
Complementary color
Monochromatic Colors of #F2CB3F
Black with #F2CB3F
Text Example
Text Example
White with #F2CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB3F; }
p { color: rgb(242,203,63); }
H1.HeaderClassName
{
color: #F2CB3F;
}
.AnyTagClassName
{
color: #F2CB3F;
}
</style>
background-color css
<style>
a { background-color: #F2CB3F; }
a { background-color: rgb(242,203,63); }
div.DivClassName
{
background-color: #F2CB3F;
}
.BgClassName
{
background-color: #F2CB3F;
}
</style>
border-color css
<style>
span { border-color: #F2CB3F; }
span { border-color: rgb(242,203,63); }
td.TdClassName
{
border-color: #F2CB3F;
}
.TagClassName
{
border-color: #F2CB3F;
}
</style>