Shades of Gamboge #F09E17
Tints of Gamboge #F09E17
RGB
CMYK
RGB Variations
Color information
#F09E17 (or 0xF09E17) is known color: Gamboge. HEX triplet: F0, 9E and 17. RGB value is (240,158,23). Sum of RGB (Red+Green+Blue) = 240+158+23=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E17 is #0F61E8. Grayscale: #A7A7A7. Windows color (decimal): -1008105 or 1548016. OLE color: 1548016.
HSL color Cylindrical-coordinate representation of color #F09E17: hue angle of 37.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09E17 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.06 |
| HSL | 37.33º | 0.88% | 0.52% | - |
| HSV(B) | 37.33º | 0.9% | 0.94% | - |
| XYZ | 48.32 | 43.04 | 6.57 | - |
| YUV | 167.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 23 | 0 | 0.34 | 0.90 | 0.06 | 37.33 | 0.88 | 0.52 |
| Hex | F0 | 9E | 17 | 0 | 22 | 5A | 6 | 25 | 58 | 34 |
| Octal | 360 | 236 | 27 | 0 | 42 | 132 | 6 | 45 | 130 | 64 |
| Binary | 11110000 | 10011110 | 10111 | 0 | 100010 | 1011010 | 110 | 100101 | 1011000 | 110100 |
Color Harmonies of #F09E17
Complementary color
Monochromatic Colors of #F09E17
Black with #F09E17
Text Example
Text Example
White with #F09E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E17; }
p { color: rgb(240,158,23); }
H1.HeaderClassName
{
color: #F09E17;
}
.AnyTagClassName
{
color: #F09E17;
}
</style>
background-color css
<style>
a { background-color: #F09E17; }
a { background-color: rgb(240,158,23); }
div.DivClassName
{
background-color: #F09E17;
}
.BgClassName
{
background-color: #F09E17;
}
</style>
border-color css
<style>
span { border-color: #F09E17; }
span { border-color: rgb(240,158,23); }
td.TdClassName
{
border-color: #F09E17;
}
.TagClassName
{
border-color: #F09E17;
}
</style>