Shades of Gamboge #F3990C
Tints of Gamboge #F3990C
RGB
CMYK
RGB Variations
Color information
#F3990C (or 0xF3990C) is known color: Gamboge. HEX triplet: F3, 99 and 0C. RGB value is (243,153,12). Sum of RGB (Red+Green+Blue) = 243+153+12=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3990C is #0C66F3. Grayscale: #A4A4A4. Windows color (decimal): -812788 or 825843. OLE color: 825843.
HSL color Cylindrical-coordinate representation of color #F3990C: hue angle of 36.62º 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 #F3990C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 36.62º | 0.91% | 0.5% | - |
| HSV(B) | 36.62º | 0.95% | 0.95% | - |
| XYZ | 48.42 | 41.86 | 5.88 | - |
| YUV | 163.84 | 42.32 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 12 | 0 | 0.37 | 0.95 | 0.05 | 36.62 | 0.91 | 0.5 |
| Hex | F3 | 99 | C | 0 | 25 | 5F | 5 | 25 | 5B | 32 |
| Octal | 363 | 231 | 14 | 0 | 45 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110011 | 10011001 | 1100 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F3990C
Complementary color
Monochromatic Colors of #F3990C
Black with #F3990C
Text Example
Text Example
White with #F3990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3990C; }
p { color: rgb(243,153,12); }
H1.HeaderClassName
{
color: #F3990C;
}
.AnyTagClassName
{
color: #F3990C;
}
</style>
background-color css
<style>
a { background-color: #F3990C; }
a { background-color: rgb(243,153,12); }
div.DivClassName
{
background-color: #F3990C;
}
.BgClassName
{
background-color: #F3990C;
}
</style>
border-color css
<style>
span { border-color: #F3990C; }
span { border-color: rgb(243,153,12); }
td.TdClassName
{
border-color: #F3990C;
}
.TagClassName
{
border-color: #F3990C;
}
</style>