Shades of Gamboge #F09609
Tints of Gamboge #F09609
RGB
CMYK
RGB Variations
Color information
#F09609 (or 0xF09609) is known color: Gamboge. HEX triplet: F0, 96 and 09. RGB value is (240,150,9). Sum of RGB (Red+Green+Blue) = 240+150+9=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F09609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09609 is #0F69F6. Grayscale: #A1A1A1. Windows color (decimal): -1010167 or 628464. OLE color: 628464.
HSL color Cylindrical-coordinate representation of color #F09609: hue angle of 36.62º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F09609 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.06 |
| HSL | 36.62º | 0.93% | 0.49% | - |
| HSV(B) | 36.62º | 0.96% | 0.94% | - |
| XYZ | 46.89 | 40.36 | 5.58 | - |
| YUV | 160.84 | 42.32 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 9 | 0 | 0.37 | 0.96 | 0.06 | 36.62 | 0.93 | 0.49 |
| Hex | F0 | 96 | 9 | 0 | 25 | 60 | 6 | 25 | 5D | 31 |
| Octal | 360 | 226 | 11 | 0 | 45 | 140 | 6 | 45 | 135 | 61 |
| Binary | 11110000 | 10010110 | 1001 | 0 | 100101 | 1100000 | 110 | 100101 | 1011101 | 110001 |
Color Harmonies of #F09609
Complementary color
Monochromatic Colors of #F09609
Black with #F09609
Text Example
Text Example
White with #F09609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09609; }
p { color: rgb(240,150,9); }
H1.HeaderClassName
{
color: #F09609;
}
.AnyTagClassName
{
color: #F09609;
}
</style>
background-color css
<style>
a { background-color: #F09609; }
a { background-color: rgb(240,150,9); }
div.DivClassName
{
background-color: #F09609;
}
.BgClassName
{
background-color: #F09609;
}
</style>
border-color css
<style>
span { border-color: #F09609; }
span { border-color: rgb(240,150,9); }
td.TdClassName
{
border-color: #F09609;
}
.TagClassName
{
border-color: #F09609;
}
</style>