Shades of Gamboge #F0950C
Tints of Gamboge #F0950C
RGB
CMYK
RGB Variations
Color information
#F0950C (or 0xF0950C) is known color: Gamboge. HEX triplet: F0, 95 and 0C. RGB value is (240,149,12). Sum of RGB (Red+Green+Blue) = 240+149+12=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0950C is #0F6AF3. Grayscale: #A1A1A1. Windows color (decimal): -1010420 or 824816. OLE color: 824816.
HSL color Cylindrical-coordinate representation of color #F0950C: hue angle of 36.05º degrees, saturation: 0.9, 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 #F0950C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 36.05º | 0.9% | 0.49% | - |
| HSV(B) | 36.05º | 0.95% | 0.94% | - |
| XYZ | 46.75 | 40.05 | 5.61 | - |
| YUV | 160.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 12 | 0 | 0.38 | 0.95 | 0.06 | 36.05 | 0.9 | 0.49 |
| Hex | F0 | 95 | C | 0 | 26 | 5F | 6 | 24 | 5A | 31 |
| Octal | 360 | 225 | 14 | 0 | 46 | 137 | 6 | 44 | 132 | 61 |
| Binary | 11110000 | 10010101 | 1100 | 0 | 100110 | 1011111 | 110 | 100100 | 1011010 | 110001 |
Color Harmonies of #F0950C
Complementary color
Monochromatic Colors of #F0950C
Black with #F0950C
Text Example
Text Example
White with #F0950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0950C; }
p { color: rgb(240,149,12); }
H1.HeaderClassName
{
color: #F0950C;
}
.AnyTagClassName
{
color: #F0950C;
}
</style>
background-color css
<style>
a { background-color: #F0950C; }
a { background-color: rgb(240,149,12); }
div.DivClassName
{
background-color: #F0950C;
}
.BgClassName
{
background-color: #F0950C;
}
</style>
border-color css
<style>
span { border-color: #F0950C; }
span { border-color: rgb(240,149,12); }
td.TdClassName
{
border-color: #F0950C;
}
.TagClassName
{
border-color: #F0950C;
}
</style>