Shades of Gamboge #F09D0E
Tints of Gamboge #F09D0E
RGB
CMYK
RGB Variations
Color information
#F09D0E (or 0xF09D0E) is known color: Gamboge. HEX triplet: F0, 9D and 0E. RGB value is (240,157,14). Sum of RGB (Red+Green+Blue) = 240+157+14=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D0E is #0F62F1. Grayscale: #A6A6A6. Windows color (decimal): -1008370 or 957936. OLE color: 957936.
HSL color Cylindrical-coordinate representation of color #F09D0E: hue angle of 37.96º 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 #F09D0E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.06 |
| HSL | 37.96º | 0.89% | 0.5% | - |
| HSV(B) | 37.96º | 0.94% | 0.94% | - |
| XYZ | 48.07 | 42.67 | 6.12 | - |
| YUV | 165.52 | 42.5 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 14 | 0 | 0.35 | 0.94 | 0.06 | 37.96 | 0.89 | 0.5 |
| Hex | F0 | 9D | E | 0 | 23 | 5E | 6 | 26 | 59 | 32 |
| Octal | 360 | 235 | 16 | 0 | 43 | 136 | 6 | 46 | 131 | 62 |
| Binary | 11110000 | 10011101 | 1110 | 0 | 100011 | 1011110 | 110 | 100110 | 1011001 | 110010 |
Color Harmonies of #F09D0E
Complementary color
Monochromatic Colors of #F09D0E
Black with #F09D0E
Text Example
Text Example
White with #F09D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D0E; }
p { color: rgb(240,157,14); }
H1.HeaderClassName
{
color: #F09D0E;
}
.AnyTagClassName
{
color: #F09D0E;
}
</style>
background-color css
<style>
a { background-color: #F09D0E; }
a { background-color: rgb(240,157,14); }
div.DivClassName
{
background-color: #F09D0E;
}
.BgClassName
{
background-color: #F09D0E;
}
</style>
border-color css
<style>
span { border-color: #F09D0E; }
span { border-color: rgb(240,157,14); }
td.TdClassName
{
border-color: #F09D0E;
}
.TagClassName
{
border-color: #F09D0E;
}
</style>