Shades of Gamboge #F09912
Tints of Gamboge #F09912
RGB
CMYK
RGB Variations
Color information
#F09912 (or 0xF09912) is known color: Gamboge. HEX triplet: F0, 99 and 12. RGB value is (240,153,18). Sum of RGB (Red+Green+Blue) = 240+153+18=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09912 is #0F66ED. Grayscale: #A4A4A4. Windows color (decimal): -1009390 or 1219056. OLE color: 1219056.
HSL color Cylindrical-coordinate representation of color #F09912: hue angle of 36.49º 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 #F09912 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 18 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.06 |
| HSL | 36.49º | 0.88% | 0.51% | - |
| HSV(B) | 36.49º | 0.93% | 0.94% | - |
| XYZ | 47.44 | 41.35 | 6.05 | - |
| YUV | 163.62 | 45.82 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 18 | 0 | 0.36 | 0.92 | 0.06 | 36.49 | 0.88 | 0.51 |
| Hex | F0 | 99 | 12 | 0 | 24 | 5C | 6 | 24 | 58 | 33 |
| Octal | 360 | 231 | 22 | 0 | 44 | 134 | 6 | 44 | 130 | 63 |
| Binary | 11110000 | 10011001 | 10010 | 0 | 100100 | 1011100 | 110 | 100100 | 1011000 | 110011 |
Color Harmonies of #F09912
Complementary color
Monochromatic Colors of #F09912
Black with #F09912
Text Example
Text Example
White with #F09912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09912; }
p { color: rgb(240,153,18); }
H1.HeaderClassName
{
color: #F09912;
}
.AnyTagClassName
{
color: #F09912;
}
</style>
background-color css
<style>
a { background-color: #F09912; }
a { background-color: rgb(240,153,18); }
div.DivClassName
{
background-color: #F09912;
}
.BgClassName
{
background-color: #F09912;
}
</style>
border-color css
<style>
span { border-color: #F09912; }
span { border-color: rgb(240,153,18); }
td.TdClassName
{
border-color: #F09912;
}
.TagClassName
{
border-color: #F09912;
}
</style>