Shades of Gamboge #F0930F
Tints of Gamboge #F0930F
RGB
CMYK
RGB Variations
Color information
#F0930F (or 0xF0930F) is known color: Gamboge. HEX triplet: F0, 93 and 0F. RGB value is (240,147,15). Sum of RGB (Red+Green+Blue) = 240+147+15=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0930F is #0F6CF0. Grayscale: #A0A0A0. Windows color (decimal): -1010929 or 1020912. OLE color: 1020912.
HSL color Cylindrical-coordinate representation of color #F0930F: hue angle of 35.2º 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 #F0930F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.06 |
| HSL | 35.2º | 0.88% | 0.5% | - |
| HSV(B) | 35.2º | 0.94% | 0.94% | - |
| XYZ | 46.46 | 39.43 | 5.61 | - |
| YUV | 159.76 | 46.31 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 15 | 0 | 0.39 | 0.94 | 0.06 | 35.2 | 0.88 | 0.5 |
| Hex | F0 | 93 | F | 0 | 27 | 5E | 6 | 23 | 58 | 32 |
| Octal | 360 | 223 | 17 | 0 | 47 | 136 | 6 | 43 | 130 | 62 |
| Binary | 11110000 | 10010011 | 1111 | 0 | 100111 | 1011110 | 110 | 100011 | 1011000 | 110010 |
Color Harmonies of #F0930F
Complementary color
Monochromatic Colors of #F0930F
Black with #F0930F
Text Example
Text Example
White with #F0930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0930F; }
p { color: rgb(240,147,15); }
H1.HeaderClassName
{
color: #F0930F;
}
.AnyTagClassName
{
color: #F0930F;
}
</style>
background-color css
<style>
a { background-color: #F0930F; }
a { background-color: rgb(240,147,15); }
div.DivClassName
{
background-color: #F0930F;
}
.BgClassName
{
background-color: #F0930F;
}
</style>
border-color css
<style>
span { border-color: #F0930F; }
span { border-color: rgb(240,147,15); }
td.TdClassName
{
border-color: #F0930F;
}
.TagClassName
{
border-color: #F0930F;
}
</style>