Shades of Gamboge #F0930A
Tints of Gamboge #F0930A
RGB
CMYK
RGB Variations
Color information
#F0930A (or 0xF0930A) is known color: Gamboge. HEX triplet: F0, 93 and 0A. RGB value is (240,147,10). Sum of RGB (Red+Green+Blue) = 240+147+10=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0930A is #0F6CF5. Grayscale: #9F9F9F. Windows color (decimal): -1010934 or 693232. OLE color: 693232.
HSL color Cylindrical-coordinate representation of color #F0930A: hue angle of 35.74º 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 #F0930A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.06 |
| HSL | 35.74º | 0.92% | 0.49% | - |
| HSV(B) | 35.74º | 0.96% | 0.94% | - |
| XYZ | 46.42 | 39.41 | 5.45 | - |
| YUV | 159.19 | 43.81 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 10 | 0 | 0.39 | 0.96 | 0.06 | 35.74 | 0.92 | 0.49 |
| Hex | F0 | 93 | A | 0 | 27 | 60 | 6 | 24 | 5C | 31 |
| Octal | 360 | 223 | 12 | 0 | 47 | 140 | 6 | 44 | 134 | 61 |
| Binary | 11110000 | 10010011 | 1010 | 0 | 100111 | 1100000 | 110 | 100100 | 1011100 | 110001 |
Color Harmonies of #F0930A
Complementary color
Monochromatic Colors of #F0930A
Black with #F0930A
Text Example
Text Example
White with #F0930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0930A; }
p { color: rgb(240,147,10); }
H1.HeaderClassName
{
color: #F0930A;
}
.AnyTagClassName
{
color: #F0930A;
}
</style>
background-color css
<style>
a { background-color: #F0930A; }
a { background-color: rgb(240,147,10); }
div.DivClassName
{
background-color: #F0930A;
}
.BgClassName
{
background-color: #F0930A;
}
</style>
border-color css
<style>
span { border-color: #F0930A; }
span { border-color: rgb(240,147,10); }
td.TdClassName
{
border-color: #F0930A;
}
.TagClassName
{
border-color: #F0930A;
}
</style>