Shades of Gamboge #F09B0F
Tints of Gamboge #F09B0F
RGB
CMYK
RGB Variations
Color information
#F09B0F (or 0xF09B0F) is known color: Gamboge. HEX triplet: F0, 9B and 0F. RGB value is (240,155,15). Sum of RGB (Red+Green+Blue) = 240+155+15=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09B0F is #0F64F0. Grayscale: #A5A5A5. Windows color (decimal): -1008881 or 1022960. OLE color: 1022960.
HSL color Cylindrical-coordinate representation of color #F09B0F: hue angle of 37.33º degrees, saturation: 0.88, 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 #F09B0F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.06 |
| HSL | 37.33º | 0.88% | 0.5% | - |
| HSV(B) | 37.33º | 0.94% | 0.94% | - |
| XYZ | 47.74 | 42 | 6.04 | - |
| YUV | 164.46 | 43.66 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 15 | 0 | 0.35 | 0.94 | 0.06 | 37.33 | 0.88 | 0.5 |
| Hex | F0 | 9B | F | 0 | 23 | 5E | 6 | 25 | 58 | 32 |
| Octal | 360 | 233 | 17 | 0 | 43 | 136 | 6 | 45 | 130 | 62 |
| Binary | 11110000 | 10011011 | 1111 | 0 | 100011 | 1011110 | 110 | 100101 | 1011000 | 110010 |
Color Harmonies of #F09B0F
Complementary color
Monochromatic Colors of #F09B0F
Black with #F09B0F
Text Example
Text Example
White with #F09B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B0F; }
p { color: rgb(240,155,15); }
H1.HeaderClassName
{
color: #F09B0F;
}
.AnyTagClassName
{
color: #F09B0F;
}
</style>
background-color css
<style>
a { background-color: #F09B0F; }
a { background-color: rgb(240,155,15); }
div.DivClassName
{
background-color: #F09B0F;
}
.BgClassName
{
background-color: #F09B0F;
}
</style>
border-color css
<style>
span { border-color: #F09B0F; }
span { border-color: rgb(240,155,15); }
td.TdClassName
{
border-color: #F09B0F;
}
.TagClassName
{
border-color: #F09B0F;
}
</style>