Shades of Gamboge #F3990D
Tints of Gamboge #F3990D
RGB
CMYK
RGB Variations
Color information
#F3990D (or 0xF3990D) is known color: Gamboge. HEX triplet: F3, 99 and 0D. RGB value is (243,153,13). Sum of RGB (Red+Green+Blue) = 243+153+13=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F3990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3990D is #0C66F2. Grayscale: #A4A4A4. Windows color (decimal): -812787 or 891379. OLE color: 891379.
HSL color Cylindrical-coordinate representation of color #F3990D: hue angle of 36.52º 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 #F3990D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 36.52º | 0.91% | 0.5% | - |
| HSV(B) | 36.52º | 0.95% | 0.95% | - |
| XYZ | 48.43 | 41.87 | 5.91 | - |
| YUV | 163.95 | 42.82 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 13 | 0 | 0.37 | 0.95 | 0.05 | 36.52 | 0.91 | 0.5 |
| Hex | F3 | 99 | D | 0 | 25 | 5F | 5 | 25 | 5B | 32 |
| Octal | 363 | 231 | 15 | 0 | 45 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110011 | 10011001 | 1101 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F3990D
Complementary color
Monochromatic Colors of #F3990D
Black with #F3990D
Text Example
Text Example
White with #F3990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3990D; }
p { color: rgb(243,153,13); }
H1.HeaderClassName
{
color: #F3990D;
}
.AnyTagClassName
{
color: #F3990D;
}
</style>
background-color css
<style>
a { background-color: #F3990D; }
a { background-color: rgb(243,153,13); }
div.DivClassName
{
background-color: #F3990D;
}
.BgClassName
{
background-color: #F3990D;
}
</style>
border-color css
<style>
span { border-color: #F3990D; }
span { border-color: rgb(243,153,13); }
td.TdClassName
{
border-color: #F3990D;
}
.TagClassName
{
border-color: #F3990D;
}
</style>