Shades of Gamboge #F39B0D
Tints of Gamboge #F39B0D
RGB
CMYK
RGB Variations
Color information
#F39B0D (or 0xF39B0D) is known color: Gamboge. HEX triplet: F3, 9B and 0D. RGB value is (243,155,13). Sum of RGB (Red+Green+Blue) = 243+155+13=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39B0D is #0C64F2. Grayscale: #A5A5A5. Windows color (decimal): -812275 or 891891. OLE color: 891891.
HSL color Cylindrical-coordinate representation of color #F39B0D: hue angle of 37.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F39B0D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.05 |
| HSL | 37.04º | 0.91% | 0.5% | - |
| HSV(B) | 37.04º | 0.95% | 0.95% | - |
| XYZ | 48.76 | 42.53 | 6.02 | - |
| YUV | 165.12 | 42.15 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 13 | 0 | 0.36 | 0.95 | 0.05 | 37.04 | 0.91 | 0.5 |
| Hex | F3 | 9B | D | 0 | 24 | 5F | 5 | 25 | 5B | 32 |
| Octal | 363 | 233 | 15 | 0 | 44 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110011 | 10011011 | 1101 | 0 | 100100 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F39B0D
Complementary color
Monochromatic Colors of #F39B0D
Black with #F39B0D
Text Example
Text Example
White with #F39B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39B0D; }
p { color: rgb(243,155,13); }
H1.HeaderClassName
{
color: #F39B0D;
}
.AnyTagClassName
{
color: #F39B0D;
}
</style>
background-color css
<style>
a { background-color: #F39B0D; }
a { background-color: rgb(243,155,13); }
div.DivClassName
{
background-color: #F39B0D;
}
.BgClassName
{
background-color: #F39B0D;
}
</style>
border-color css
<style>
span { border-color: #F39B0D; }
span { border-color: rgb(243,155,13); }
td.TdClassName
{
border-color: #F39B0D;
}
.TagClassName
{
border-color: #F39B0D;
}
</style>