Shades of Gamboge #F0900E
Tints of Gamboge #F0900E
RGB
CMYK
RGB Variations
Color information
#F0900E (or 0xF0900E) is known color: Gamboge. HEX triplet: F0, 90 and 0E. RGB value is (240,144,14). Sum of RGB (Red+Green+Blue) = 240+144+14=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0900E is #0F6FF1. Grayscale: #9E9E9E. Windows color (decimal): -1011698 or 954608. OLE color: 954608.
HSL color Cylindrical-coordinate representation of color #F0900E: hue angle of 34.51º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0900E is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 14 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.06 |
| HSL | 34.51º | 0.89% | 0.5% | - |
| HSV(B) | 34.51º | 0.94% | 0.94% | - |
| XYZ | 45.99 | 38.5 | 5.42 | - |
| YUV | 157.88 | 46.8 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 14 | 0 | 0.4 | 0.94 | 0.06 | 34.51 | 0.89 | 0.5 |
| Hex | F0 | 90 | E | 0 | 28 | 5E | 6 | 23 | 59 | 32 |
| Octal | 360 | 220 | 16 | 0 | 50 | 136 | 6 | 43 | 131 | 62 |
| Binary | 11110000 | 10010000 | 1110 | 0 | 101000 | 1011110 | 110 | 100011 | 1011001 | 110010 |
Color Harmonies of #F0900E
Complementary color
Monochromatic Colors of #F0900E
Black with #F0900E
Text Example
Text Example
White with #F0900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0900E; }
p { color: rgb(240,144,14); }
H1.HeaderClassName
{
color: #F0900E;
}
.AnyTagClassName
{
color: #F0900E;
}
</style>
background-color css
<style>
a { background-color: #F0900E; }
a { background-color: rgb(240,144,14); }
div.DivClassName
{
background-color: #F0900E;
}
.BgClassName
{
background-color: #F0900E;
}
</style>
border-color css
<style>
span { border-color: #F0900E; }
span { border-color: rgb(240,144,14); }
td.TdClassName
{
border-color: #F0900E;
}
.TagClassName
{
border-color: #F0900E;
}
</style>