Shades of Gamboge #F09512
Tints of Gamboge #F09512
RGB
CMYK
RGB Variations
Color information
#F09512 (or 0xF09512) is known color: Gamboge. HEX triplet: F0, 95 and 12. RGB value is (240,149,18). Sum of RGB (Red+Green+Blue) = 240+149+18=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09512 is #0F6AED. Grayscale: #A1A1A1. Windows color (decimal): -1010414 or 1218032. OLE color: 1218032.
HSL color Cylindrical-coordinate representation of color #F09512: hue angle of 35.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09512 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 18 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.06 |
| HSL | 35.41º | 0.88% | 0.51% | - |
| HSV(B) | 35.41º | 0.93% | 0.94% | - |
| XYZ | 46.79 | 40.06 | 5.84 | - |
| YUV | 161.28 | 47.15 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 18 | 0 | 0.38 | 0.92 | 0.06 | 35.41 | 0.88 | 0.51 |
| Hex | F0 | 95 | 12 | 0 | 26 | 5C | 6 | 23 | 58 | 33 |
| Octal | 360 | 225 | 22 | 0 | 46 | 134 | 6 | 43 | 130 | 63 |
| Binary | 11110000 | 10010101 | 10010 | 0 | 100110 | 1011100 | 110 | 100011 | 1011000 | 110011 |
Color Harmonies of #F09512
Complementary color
Monochromatic Colors of #F09512
Black with #F09512
Text Example
Text Example
White with #F09512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09512; }
p { color: rgb(240,149,18); }
H1.HeaderClassName
{
color: #F09512;
}
.AnyTagClassName
{
color: #F09512;
}
</style>
background-color css
<style>
a { background-color: #F09512; }
a { background-color: rgb(240,149,18); }
div.DivClassName
{
background-color: #F09512;
}
.BgClassName
{
background-color: #F09512;
}
</style>
border-color css
<style>
span { border-color: #F09512; }
span { border-color: rgb(240,149,18); }
td.TdClassName
{
border-color: #F09512;
}
.TagClassName
{
border-color: #F09512;
}
</style>