Shades of Gamboge #F0930D
Tints of Gamboge #F0930D
RGB
CMYK
RGB Variations
Color information
#F0930D (or 0xF0930D) is known color: Gamboge. HEX triplet: F0, 93 and 0D. RGB value is (240,147,13). Sum of RGB (Red+Green+Blue) = 240+147+13=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0930D is #0F6CF2. Grayscale: #A0A0A0. Windows color (decimal): -1010931 or 889840. OLE color: 889840.
HSL color Cylindrical-coordinate representation of color #F0930D: hue angle of 35.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0930D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.06 |
| HSL | 35.42º | 0.9% | 0.5% | - |
| HSV(B) | 35.42º | 0.95% | 0.94% | - |
| XYZ | 46.44 | 39.42 | 5.54 | - |
| YUV | 159.53 | 45.31 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 13 | 0 | 0.39 | 0.95 | 0.06 | 35.42 | 0.9 | 0.5 |
| Hex | F0 | 93 | D | 0 | 27 | 5F | 6 | 23 | 5A | 32 |
| Octal | 360 | 223 | 15 | 0 | 47 | 137 | 6 | 43 | 132 | 62 |
| Binary | 11110000 | 10010011 | 1101 | 0 | 100111 | 1011111 | 110 | 100011 | 1011010 | 110010 |
Color Harmonies of #F0930D
Complementary color
Monochromatic Colors of #F0930D
Black with #F0930D
Text Example
Text Example
White with #F0930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0930D; }
p { color: rgb(240,147,13); }
H1.HeaderClassName
{
color: #F0930D;
}
.AnyTagClassName
{
color: #F0930D;
}
</style>
background-color css
<style>
a { background-color: #F0930D; }
a { background-color: rgb(240,147,13); }
div.DivClassName
{
background-color: #F0930D;
}
.BgClassName
{
background-color: #F0930D;
}
</style>
border-color css
<style>
span { border-color: #F0930D; }
span { border-color: rgb(240,147,13); }
td.TdClassName
{
border-color: #F0930D;
}
.TagClassName
{
border-color: #F0930D;
}
</style>