Shades of Gamboge #F09F15
Tints of Gamboge #F09F15
RGB
CMYK
RGB Variations
Color information
#F09F15 (or 0xF09F15) is known color: Gamboge. HEX triplet: F0, 9F and 15. RGB value is (240,159,21). Sum of RGB (Red+Green+Blue) = 240+159+21=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F15 is #0F60EA. Grayscale: #A8A8A8. Windows color (decimal): -1007851 or 1417200. OLE color: 1417200.
HSL color Cylindrical-coordinate representation of color #F09F15: hue angle of 37.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F09F15 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.06 |
| HSL | 37.81º | 0.88% | 0.51% | - |
| HSV(B) | 37.81º | 0.91% | 0.94% | - |
| XYZ | 48.47 | 43.38 | 6.53 | - |
| YUV | 167.49 | 45.34 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 21 | 0 | 0.34 | 0.91 | 0.06 | 37.81 | 0.88 | 0.51 |
| Hex | F0 | 9F | 15 | 0 | 22 | 5B | 6 | 26 | 58 | 33 |
| Octal | 360 | 237 | 25 | 0 | 42 | 133 | 6 | 46 | 130 | 63 |
| Binary | 11110000 | 10011111 | 10101 | 0 | 100010 | 1011011 | 110 | 100110 | 1011000 | 110011 |
Color Harmonies of #F09F15
Complementary color
Monochromatic Colors of #F09F15
Black with #F09F15
Text Example
Text Example
White with #F09F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F15; }
p { color: rgb(240,159,21); }
H1.HeaderClassName
{
color: #F09F15;
}
.AnyTagClassName
{
color: #F09F15;
}
</style>
background-color css
<style>
a { background-color: #F09F15; }
a { background-color: rgb(240,159,21); }
div.DivClassName
{
background-color: #F09F15;
}
.BgClassName
{
background-color: #F09F15;
}
</style>
border-color css
<style>
span { border-color: #F09F15; }
span { border-color: rgb(240,159,21); }
td.TdClassName
{
border-color: #F09F15;
}
.TagClassName
{
border-color: #F09F15;
}
</style>