Shades of Gamboge #F0950B
Tints of Gamboge #F0950B
RGB
CMYK
RGB Variations
Color information
#F0950B (or 0xF0950B) is known color: Gamboge. HEX triplet: F0, 95 and 0B. RGB value is (240,149,11). Sum of RGB (Red+Green+Blue) = 240+149+11=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0950B is #0F6AF4. Grayscale: #A1A1A1. Windows color (decimal): -1010421 or 759280. OLE color: 759280.
HSL color Cylindrical-coordinate representation of color #F0950B: hue angle of 36.16º 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 #F0950B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 36.16º | 0.91% | 0.49% | - |
| HSV(B) | 36.16º | 0.95% | 0.94% | - |
| XYZ | 46.74 | 40.04 | 5.58 | - |
| YUV | 160.48 | 43.65 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 11 | 0 | 0.38 | 0.95 | 0.06 | 36.16 | 0.91 | 0.49 |
| Hex | F0 | 95 | B | 0 | 26 | 5F | 6 | 24 | 5B | 31 |
| Octal | 360 | 225 | 13 | 0 | 46 | 137 | 6 | 44 | 133 | 61 |
| Binary | 11110000 | 10010101 | 1011 | 0 | 100110 | 1011111 | 110 | 100100 | 1011011 | 110001 |
Color Harmonies of #F0950B
Complementary color
Monochromatic Colors of #F0950B
Black with #F0950B
Text Example
Text Example
White with #F0950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0950B; }
p { color: rgb(240,149,11); }
H1.HeaderClassName
{
color: #F0950B;
}
.AnyTagClassName
{
color: #F0950B;
}
</style>
background-color css
<style>
a { background-color: #F0950B; }
a { background-color: rgb(240,149,11); }
div.DivClassName
{
background-color: #F0950B;
}
.BgClassName
{
background-color: #F0950B;
}
</style>
border-color css
<style>
span { border-color: #F0950B; }
span { border-color: rgb(240,149,11); }
td.TdClassName
{
border-color: #F0950B;
}
.TagClassName
{
border-color: #F0950B;
}
</style>