Shades of Festival #F2CB3E
Tints of Festival #F2CB3E
RGB
CMYK
RGB Variations
Color information
#F2CB3E (or 0xF2CB3E) is known color: Festival. HEX triplet: F2, CB and 3E. RGB value is (242,203,62). Sum of RGB (Red+Green+Blue) = 242+203+62=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB3E is #0D34C1. Grayscale: #C7C7C7. Windows color (decimal): -865474 or 4115442. OLE color: 4115442.
HSL color Cylindrical-coordinate representation of color #F2CB3E: hue angle of 47º 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 #F2CB3E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 203 | 62 | - |
CMYK | 0 | 0.16 | 0.74 | 0.05 |
HSL | 47º | 0.87% | 0.6% | - |
HSV(B) | 47º | 0.74% | 0.95% | - |
XYZ | 58.84 | 61.94 | 13.41 | - |
YUV | 198.59 | 50.92 | 158.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 203 | 62 | 0 | 0.16 | 0.74 | 0.05 | 47 | 0.87 | 0.6 |
Hex | F2 | CB | 3E | 0 | 10 | 4A | 5 | 2F | 57 | 3C |
Octal | 362 | 313 | 76 | 0 | 20 | 112 | 5 | 57 | 127 | 74 |
Binary | 11110010 | 11001011 | 111110 | 0 | 10000 | 1001010 | 101 | 101111 | 1010111 | 111100 |
Color Harmonies of #F2CB3E
Complementary color
Monochromatic Colors of #F2CB3E
Black with #F2CB3E
Text Example
Text Example
White with #F2CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB3E; }
p { color: rgb(242,203,62); }
H1.HeaderClassName
{
color: #F2CB3E;
}
.AnyTagClassName
{
color: #F2CB3E;
}
</style>
background-color css
<style>
a { background-color: #F2CB3E; }
a { background-color: rgb(242,203,62); }
div.DivClassName
{
background-color: #F2CB3E;
}
.BgClassName
{
background-color: #F2CB3E;
}
</style>
border-color css
<style>
span { border-color: #F2CB3E; }
span { border-color: rgb(242,203,62); }
td.TdClassName
{
border-color: #F2CB3E;
}
.TagClassName
{
border-color: #F2CB3E;
}
</style>