Shades of Gamboge #F3970A
Tints of Gamboge #F3970A
RGB
CMYK
RGB Variations
Color information
#F3970A (or 0xF3970A) is known color: Gamboge. HEX triplet: F3, 97 and 0A. RGB value is (243,151,10). Sum of RGB (Red+Green+Blue) = 243+151+10=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3970A is #0C68F5. Grayscale: #A3A3A3. Windows color (decimal): -813302 or 694259. OLE color: 694259.
HSL color Cylindrical-coordinate representation of color #F3970A: hue angle of 36.31º 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 #F3970A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.05 |
| HSL | 36.31º | 0.92% | 0.5% | - |
| HSV(B) | 36.31º | 0.96% | 0.95% | - |
| XYZ | 48.08 | 41.21 | 5.71 | - |
| YUV | 162.43 | 41.98 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 10 | 0 | 0.38 | 0.96 | 0.05 | 36.31 | 0.92 | 0.5 |
| Hex | F3 | 97 | A | 0 | 26 | 60 | 5 | 24 | 5C | 32 |
| Octal | 363 | 227 | 12 | 0 | 46 | 140 | 5 | 44 | 134 | 62 |
| Binary | 11110011 | 10010111 | 1010 | 0 | 100110 | 1100000 | 101 | 100100 | 1011100 | 110010 |
Color Harmonies of #F3970A
Complementary color
Monochromatic Colors of #F3970A
Black with #F3970A
Text Example
Text Example
White with #F3970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3970A; }
p { color: rgb(243,151,10); }
H1.HeaderClassName
{
color: #F3970A;
}
.AnyTagClassName
{
color: #F3970A;
}
</style>
background-color css
<style>
a { background-color: #F3970A; }
a { background-color: rgb(243,151,10); }
div.DivClassName
{
background-color: #F3970A;
}
.BgClassName
{
background-color: #F3970A;
}
</style>
border-color css
<style>
span { border-color: #F3970A; }
span { border-color: rgb(243,151,10); }
td.TdClassName
{
border-color: #F3970A;
}
.TagClassName
{
border-color: #F3970A;
}
</style>