Shades of Gamboge #F29909
Tints of Gamboge #F29909
RGB
CMYK
RGB Variations
Color information
#F29909 (or 0xF29909) is known color: Gamboge. HEX triplet: F2, 99 and 09. RGB value is (242,153,9). Sum of RGB (Red+Green+Blue) = 242+153+9=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F29909 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29909 is #0D66F6. Grayscale: #A3A3A3. Windows color (decimal): -878327 or 629234. OLE color: 629234.
HSL color Cylindrical-coordinate representation of color #F29909: hue angle of 37.08º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F29909 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.05 |
| HSL | 37.08º | 0.93% | 0.49% | - |
| HSV(B) | 37.08º | 0.96% | 0.95% | - |
| XYZ | 48.06 | 41.68 | 5.77 | - |
| YUV | 163.2 | 40.99 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 9 | 0 | 0.37 | 0.96 | 0.05 | 37.08 | 0.93 | 0.49 |
| Hex | F2 | 99 | 9 | 0 | 25 | 60 | 5 | 25 | 5D | 31 |
| Octal | 362 | 231 | 11 | 0 | 45 | 140 | 5 | 45 | 135 | 61 |
| Binary | 11110010 | 10011001 | 1001 | 0 | 100101 | 1100000 | 101 | 100101 | 1011101 | 110001 |
Color Harmonies of #F29909
Complementary color
Monochromatic Colors of #F29909
Black with #F29909
Text Example
Text Example
White with #F29909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29909; }
p { color: rgb(242,153,9); }
H1.HeaderClassName
{
color: #F29909;
}
.AnyTagClassName
{
color: #F29909;
}
</style>
background-color css
<style>
a { background-color: #F29909; }
a { background-color: rgb(242,153,9); }
div.DivClassName
{
background-color: #F29909;
}
.BgClassName
{
background-color: #F29909;
}
</style>
border-color css
<style>
span { border-color: #F29909; }
span { border-color: rgb(242,153,9); }
td.TdClassName
{
border-color: #F29909;
}
.TagClassName
{
border-color: #F29909;
}
</style>