Shades of Gamboge #F3990A
Tints of Gamboge #F3990A
RGB
CMYK
RGB Variations
Color information
#F3990A (or 0xF3990A) is known color: Gamboge. HEX triplet: F3, 99 and 0A. RGB value is (243,153,10). Sum of RGB (Red+Green+Blue) = 243+153+10=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3990A is #0C66F5. Grayscale: #A4A4A4. Windows color (decimal): -812790 or 694771. OLE color: 694771.
HSL color Cylindrical-coordinate representation of color #F3990A: hue angle of 36.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3990A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.05 |
| HSL | 36.82º | 0.92% | 0.5% | - |
| HSV(B) | 36.82º | 0.96% | 0.95% | - |
| XYZ | 48.41 | 41.86 | 5.82 | - |
| YUV | 163.61 | 41.32 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 10 | 0 | 0.37 | 0.96 | 0.05 | 36.82 | 0.92 | 0.5 |
| Hex | F3 | 99 | A | 0 | 25 | 60 | 5 | 25 | 5C | 32 |
| Octal | 363 | 231 | 12 | 0 | 45 | 140 | 5 | 45 | 134 | 62 |
| Binary | 11110011 | 10011001 | 1010 | 0 | 100101 | 1100000 | 101 | 100101 | 1011100 | 110010 |
Color Harmonies of #F3990A
Complementary color
Monochromatic Colors of #F3990A
Black with #F3990A
Text Example
Text Example
White with #F3990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3990A; }
p { color: rgb(243,153,10); }
H1.HeaderClassName
{
color: #F3990A;
}
.AnyTagClassName
{
color: #F3990A;
}
</style>
background-color css
<style>
a { background-color: #F3990A; }
a { background-color: rgb(243,153,10); }
div.DivClassName
{
background-color: #F3990A;
}
.BgClassName
{
background-color: #F3990A;
}
</style>
border-color css
<style>
span { border-color: #F3990A; }
span { border-color: rgb(243,153,10); }
td.TdClassName
{
border-color: #F3990A;
}
.TagClassName
{
border-color: #F3990A;
}
</style>