Shades of Gamboge #F2990C
Tints of Gamboge #F2990C
RGB
CMYK
RGB Variations
Color information
#F2990C (or 0xF2990C) is known color: Gamboge. HEX triplet: F2, 99 and 0C. RGB value is (242,153,12). Sum of RGB (Red+Green+Blue) = 242+153+12=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2990C is #0D66F3. Grayscale: #A4A4A4. Windows color (decimal): -878324 or 825842. OLE color: 825842.
HSL color Cylindrical-coordinate representation of color #F2990C: hue angle of 36.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2990C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 36.78º | 0.91% | 0.5% | - |
| HSV(B) | 36.78º | 0.95% | 0.95% | - |
| XYZ | 48.08 | 41.69 | 5.86 | - |
| YUV | 163.54 | 42.49 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 12 | 0 | 0.37 | 0.95 | 0.05 | 36.78 | 0.91 | 0.5 |
| Hex | F2 | 99 | C | 0 | 25 | 5F | 5 | 25 | 5B | 32 |
| Octal | 362 | 231 | 14 | 0 | 45 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110010 | 10011001 | 1100 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F2990C
Complementary color
Monochromatic Colors of #F2990C
Black with #F2990C
Text Example
Text Example
White with #F2990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2990C; }
p { color: rgb(242,153,12); }
H1.HeaderClassName
{
color: #F2990C;
}
.AnyTagClassName
{
color: #F2990C;
}
</style>
background-color css
<style>
a { background-color: #F2990C; }
a { background-color: rgb(242,153,12); }
div.DivClassName
{
background-color: #F2990C;
}
.BgClassName
{
background-color: #F2990C;
}
</style>
border-color css
<style>
span { border-color: #F2990C; }
span { border-color: rgb(242,153,12); }
td.TdClassName
{
border-color: #F2990C;
}
.TagClassName
{
border-color: #F2990C;
}
</style>