Shades of Gamboge #F09603
Tints of Gamboge #F09603
RGB
CMYK
RGB Variations
Color information
#F09603 (or 0xF09603) is known color: Gamboge. HEX triplet: F0, 96 and 03. RGB value is (240,150,3). Sum of RGB (Red+Green+Blue) = 240+150+3=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F09603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09603 is #0F69FC. Grayscale: #A0A0A0. Windows color (decimal): -1010173 or 235248. OLE color: 235248.
HSL color Cylindrical-coordinate representation of color #F09603: hue angle of 37.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F09603 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.06 |
| HSL | 37.22º | 0.98% | 0.48% | - |
| HSV(B) | 37.22º | 0.99% | 0.94% | - |
| XYZ | 46.86 | 40.34 | 5.4 | - |
| YUV | 160.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 3 | 0 | 0.37 | 0.99 | 0.06 | 37.22 | 0.98 | 0.48 |
| Hex | F0 | 96 | 3 | 0 | 25 | 63 | 6 | 25 | 62 | 30 |
| Octal | 360 | 226 | 3 | 0 | 45 | 143 | 6 | 45 | 142 | 60 |
| Binary | 11110000 | 10010110 | 11 | 0 | 100101 | 1100011 | 110 | 100101 | 1100010 | 110000 |
Color Harmonies of #F09603
Complementary color
Monochromatic Colors of #F09603
Black with #F09603
Text Example
Text Example
White with #F09603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09603; }
p { color: rgb(240,150,3); }
H1.HeaderClassName
{
color: #F09603;
}
.AnyTagClassName
{
color: #F09603;
}
</style>
background-color css
<style>
a { background-color: #F09603; }
a { background-color: rgb(240,150,3); }
div.DivClassName
{
background-color: #F09603;
}
.BgClassName
{
background-color: #F09603;
}
</style>
border-color css
<style>
span { border-color: #F09603; }
span { border-color: rgb(240,150,3); }
td.TdClassName
{
border-color: #F09603;
}
.TagClassName
{
border-color: #F09603;
}
</style>