Shades of Gamboge #F09F0B
Tints of Gamboge #F09F0B
RGB
CMYK
RGB Variations
Color information
#F09F0B (or 0xF09F0B) is known color: Gamboge. HEX triplet: F0, 9F and 0B. RGB value is (240,159,11). Sum of RGB (Red+Green+Blue) = 240+159+11=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F0B is #0F60F4. Grayscale: #A7A7A7. Windows color (decimal): -1007861 or 761840. OLE color: 761840.
HSL color Cylindrical-coordinate representation of color #F09F0B: hue angle of 38.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F09F0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.06 |
| HSL | 38.78º | 0.91% | 0.49% | - |
| HSV(B) | 38.78º | 0.95% | 0.94% | - |
| XYZ | 48.39 | 43.35 | 6.13 | - |
| YUV | 166.35 | 40.34 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 11 | 0 | 0.34 | 0.95 | 0.06 | 38.78 | 0.91 | 0.49 |
| Hex | F0 | 9F | B | 0 | 22 | 5F | 6 | 27 | 5B | 31 |
| Octal | 360 | 237 | 13 | 0 | 42 | 137 | 6 | 47 | 133 | 61 |
| Binary | 11110000 | 10011111 | 1011 | 0 | 100010 | 1011111 | 110 | 100111 | 1011011 | 110001 |
Color Harmonies of #F09F0B
Complementary color
Monochromatic Colors of #F09F0B
Black with #F09F0B
Text Example
Text Example
White with #F09F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F0B; }
p { color: rgb(240,159,11); }
H1.HeaderClassName
{
color: #F09F0B;
}
.AnyTagClassName
{
color: #F09F0B;
}
</style>
background-color css
<style>
a { background-color: #F09F0B; }
a { background-color: rgb(240,159,11); }
div.DivClassName
{
background-color: #F09F0B;
}
.BgClassName
{
background-color: #F09F0B;
}
</style>
border-color css
<style>
span { border-color: #F09F0B; }
span { border-color: rgb(240,159,11); }
td.TdClassName
{
border-color: #F09F0B;
}
.TagClassName
{
border-color: #F09F0B;
}
</style>