Shades of Gamboge #F0950F
Tints of Gamboge #F0950F
RGB
CMYK
RGB Variations
Color information
#F0950F (or 0xF0950F) is known color: Gamboge. HEX triplet: F0, 95 and 0F. RGB value is (240,149,15). Sum of RGB (Red+Green+Blue) = 240+149+15=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0950F is #0F6AF0. Grayscale: #A1A1A1. Windows color (decimal): -1010417 or 1021424. OLE color: 1021424.
HSL color Cylindrical-coordinate representation of color #F0950F: hue angle of 35.73º 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 #F0950F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.06 |
| HSL | 35.73º | 0.88% | 0.5% | - |
| HSV(B) | 35.73º | 0.94% | 0.94% | - |
| XYZ | 46.77 | 40.05 | 5.72 | - |
| YUV | 160.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 15 | 0 | 0.38 | 0.94 | 0.06 | 35.73 | 0.88 | 0.5 |
| Hex | F0 | 95 | F | 0 | 26 | 5E | 6 | 24 | 58 | 32 |
| Octal | 360 | 225 | 17 | 0 | 46 | 136 | 6 | 44 | 130 | 62 |
| Binary | 11110000 | 10010101 | 1111 | 0 | 100110 | 1011110 | 110 | 100100 | 1011000 | 110010 |
Color Harmonies of #F0950F
Complementary color
Monochromatic Colors of #F0950F
Black with #F0950F
Text Example
Text Example
White with #F0950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0950F; }
p { color: rgb(240,149,15); }
H1.HeaderClassName
{
color: #F0950F;
}
.AnyTagClassName
{
color: #F0950F;
}
</style>
background-color css
<style>
a { background-color: #F0950F; }
a { background-color: rgb(240,149,15); }
div.DivClassName
{
background-color: #F0950F;
}
.BgClassName
{
background-color: #F0950F;
}
</style>
border-color css
<style>
span { border-color: #F0950F; }
span { border-color: rgb(240,149,15); }
td.TdClassName
{
border-color: #F0950F;
}
.TagClassName
{
border-color: #F0950F;
}
</style>