Shades of Gamboge #F09D15
Tints of Gamboge #F09D15
RGB
CMYK
RGB Variations
Color information
#F09D15 (or 0xF09D15) is known color: Gamboge. HEX triplet: F0, 9D and 15. RGB value is (240,157,21). Sum of RGB (Red+Green+Blue) = 240+157+21=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D15 is #0F62EA. Grayscale: #A6A6A6. Windows color (decimal): -1008363 or 1416688. OLE color: 1416688.
HSL color Cylindrical-coordinate representation of color #F09D15: hue angle of 37.26º 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 #F09D15 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.06 |
| HSL | 37.26º | 0.88% | 0.51% | - |
| HSV(B) | 37.26º | 0.91% | 0.94% | - |
| XYZ | 48.13 | 42.69 | 6.41 | - |
| YUV | 166.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 21 | 0 | 0.35 | 0.91 | 0.06 | 37.26 | 0.88 | 0.51 |
| Hex | F0 | 9D | 15 | 0 | 23 | 5B | 6 | 25 | 58 | 33 |
| Octal | 360 | 235 | 25 | 0 | 43 | 133 | 6 | 45 | 130 | 63 |
| Binary | 11110000 | 10011101 | 10101 | 0 | 100011 | 1011011 | 110 | 100101 | 1011000 | 110011 |
Color Harmonies of #F09D15
Complementary color
Monochromatic Colors of #F09D15
Black with #F09D15
Text Example
Text Example
White with #F09D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D15; }
p { color: rgb(240,157,21); }
H1.HeaderClassName
{
color: #F09D15;
}
.AnyTagClassName
{
color: #F09D15;
}
</style>
background-color css
<style>
a { background-color: #F09D15; }
a { background-color: rgb(240,157,21); }
div.DivClassName
{
background-color: #F09D15;
}
.BgClassName
{
background-color: #F09D15;
}
</style>
border-color css
<style>
span { border-color: #F09D15; }
span { border-color: rgb(240,157,21); }
td.TdClassName
{
border-color: #F09D15;
}
.TagClassName
{
border-color: #F09D15;
}
</style>