Shades of Gamboge #F39A0A
Tints of Gamboge #F39A0A
RGB
CMYK
RGB Variations
Color information
#F39A0A (or 0xF39A0A) is known color: Gamboge. HEX triplet: F3, 9A and 0A. RGB value is (243,154,10). Sum of RGB (Red+Green+Blue) = 243+154+10=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39A0A is #0C65F5. Grayscale: #A4A4A4. Windows color (decimal): -812534 or 695027. OLE color: 695027.
HSL color Cylindrical-coordinate representation of color #F39A0A: hue angle of 37.08º 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 #F39A0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.05 |
| HSL | 37.08º | 0.92% | 0.5% | - |
| HSV(B) | 37.08º | 0.96% | 0.95% | - |
| XYZ | 48.57 | 42.19 | 5.87 | - |
| YUV | 164.2 | 40.99 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 10 | 0 | 0.37 | 0.96 | 0.05 | 37.08 | 0.92 | 0.5 |
| Hex | F3 | 9A | A | 0 | 25 | 60 | 5 | 25 | 5C | 32 |
| Octal | 363 | 232 | 12 | 0 | 45 | 140 | 5 | 45 | 134 | 62 |
| Binary | 11110011 | 10011010 | 1010 | 0 | 100101 | 1100000 | 101 | 100101 | 1011100 | 110010 |
Color Harmonies of #F39A0A
Complementary color
Monochromatic Colors of #F39A0A
Black with #F39A0A
Text Example
Text Example
White with #F39A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39A0A; }
p { color: rgb(243,154,10); }
H1.HeaderClassName
{
color: #F39A0A;
}
.AnyTagClassName
{
color: #F39A0A;
}
</style>
background-color css
<style>
a { background-color: #F39A0A; }
a { background-color: rgb(243,154,10); }
div.DivClassName
{
background-color: #F39A0A;
}
.BgClassName
{
background-color: #F39A0A;
}
</style>
border-color css
<style>
span { border-color: #F39A0A; }
span { border-color: rgb(243,154,10); }
td.TdClassName
{
border-color: #F39A0A;
}
.TagClassName
{
border-color: #F39A0A;
}
</style>