Shades of Gamboge #F3990E
Tints of Gamboge #F3990E
RGB
CMYK
RGB Variations
Color information
#F3990E (or 0xF3990E) is known color: Gamboge. HEX triplet: F3, 99 and 0E. RGB value is (243,153,14). Sum of RGB (Red+Green+Blue) = 243+153+14=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F3990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3990E is #0C66F1. Grayscale: #A4A4A4. Windows color (decimal): -812786 or 956915. OLE color: 956915.
HSL color Cylindrical-coordinate representation of color #F3990E: hue angle of 36.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3990E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.05 |
| HSL | 36.42º | 0.91% | 0.5% | - |
| HSV(B) | 36.42º | 0.94% | 0.95% | - |
| XYZ | 48.43 | 41.87 | 5.94 | - |
| YUV | 164.06 | 43.32 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 14 | 0 | 0.37 | 0.94 | 0.05 | 36.42 | 0.91 | 0.5 |
| Hex | F3 | 99 | E | 0 | 25 | 5E | 5 | 24 | 5B | 32 |
| Octal | 363 | 231 | 16 | 0 | 45 | 136 | 5 | 44 | 133 | 62 |
| Binary | 11110011 | 10011001 | 1110 | 0 | 100101 | 1011110 | 101 | 100100 | 1011011 | 110010 |
Color Harmonies of #F3990E
Complementary color
Monochromatic Colors of #F3990E
Black with #F3990E
Text Example
Text Example
White with #F3990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3990E; }
p { color: rgb(243,153,14); }
H1.HeaderClassName
{
color: #F3990E;
}
.AnyTagClassName
{
color: #F3990E;
}
</style>
background-color css
<style>
a { background-color: #F3990E; }
a { background-color: rgb(243,153,14); }
div.DivClassName
{
background-color: #F3990E;
}
.BgClassName
{
background-color: #F3990E;
}
</style>
border-color css
<style>
span { border-color: #F3990E; }
span { border-color: rgb(243,153,14); }
td.TdClassName
{
border-color: #F3990E;
}
.TagClassName
{
border-color: #F3990E;
}
</style>