Shades of Gamboge #F0950A
Tints of Gamboge #F0950A
RGB
CMYK
RGB Variations
Color information
#F0950A (or 0xF0950A) is known color: Gamboge. HEX triplet: F0, 95 and 0A. RGB value is (240,149,10). Sum of RGB (Red+Green+Blue) = 240+149+10=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0950A is #0F6AF5. Grayscale: #A1A1A1. Windows color (decimal): -1010422 or 693744. OLE color: 693744.
HSL color Cylindrical-coordinate representation of color #F0950A: hue angle of 36.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0950A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.06 |
| HSL | 36.26º | 0.92% | 0.49% | - |
| HSV(B) | 36.26º | 0.96% | 0.94% | - |
| XYZ | 46.74 | 40.04 | 5.55 | - |
| YUV | 160.36 | 43.15 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 10 | 0 | 0.38 | 0.96 | 0.06 | 36.26 | 0.92 | 0.49 |
| Hex | F0 | 95 | A | 0 | 26 | 60 | 6 | 24 | 5C | 31 |
| Octal | 360 | 225 | 12 | 0 | 46 | 140 | 6 | 44 | 134 | 61 |
| Binary | 11110000 | 10010101 | 1010 | 0 | 100110 | 1100000 | 110 | 100100 | 1011100 | 110001 |
Color Harmonies of #F0950A
Complementary color
Monochromatic Colors of #F0950A
Black with #F0950A
Text Example
Text Example
White with #F0950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0950A; }
p { color: rgb(240,149,10); }
H1.HeaderClassName
{
color: #F0950A;
}
.AnyTagClassName
{
color: #F0950A;
}
</style>
background-color css
<style>
a { background-color: #F0950A; }
a { background-color: rgb(240,149,10); }
div.DivClassName
{
background-color: #F0950A;
}
.BgClassName
{
background-color: #F0950A;
}
</style>
border-color css
<style>
span { border-color: #F0950A; }
span { border-color: rgb(240,149,10); }
td.TdClassName
{
border-color: #F0950A;
}
.TagClassName
{
border-color: #F0950A;
}
</style>