Shades of Gamboge #F39511
Tints of Gamboge #F39511
RGB
CMYK
RGB Variations
Color information
#F39511 (or 0xF39511) is known color: Gamboge. HEX triplet: F3, 95 and 11. RGB value is (243,149,17). Sum of RGB (Red+Green+Blue) = 243+149+17=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F39511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39511 is #0C6AEE. Grayscale: #A2A2A2. Windows color (decimal): -813807 or 1152499. OLE color: 1152499.
HSL color Cylindrical-coordinate representation of color #F39511: hue angle of 35.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F39511 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.05 |
| HSL | 35.04º | 0.9% | 0.51% | - |
| HSV(B) | 35.04º | 0.93% | 0.95% | - |
| XYZ | 47.81 | 40.59 | 5.85 | - |
| YUV | 162.06 | 46.14 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 17 | 0 | 0.39 | 0.93 | 0.05 | 35.04 | 0.9 | 0.51 |
| Hex | F3 | 95 | 11 | 0 | 27 | 5D | 5 | 23 | 5A | 33 |
| Octal | 363 | 225 | 21 | 0 | 47 | 135 | 5 | 43 | 132 | 63 |
| Binary | 11110011 | 10010101 | 10001 | 0 | 100111 | 1011101 | 101 | 100011 | 1011010 | 110011 |
Color Harmonies of #F39511
Complementary color
Monochromatic Colors of #F39511
Black with #F39511
Text Example
Text Example
White with #F39511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39511; }
p { color: rgb(243,149,17); }
H1.HeaderClassName
{
color: #F39511;
}
.AnyTagClassName
{
color: #F39511;
}
</style>
background-color css
<style>
a { background-color: #F39511; }
a { background-color: rgb(243,149,17); }
div.DivClassName
{
background-color: #F39511;
}
.BgClassName
{
background-color: #F39511;
}
</style>
border-color css
<style>
span { border-color: #F39511; }
span { border-color: rgb(243,149,17); }
td.TdClassName
{
border-color: #F39511;
}
.TagClassName
{
border-color: #F39511;
}
</style>