Shades of Gamboge #F39D14
Tints of Gamboge #F39D14
RGB
CMYK
RGB Variations
Color information
#F39D14 (or 0xF39D14) is known color: Gamboge. HEX triplet: F3, 9D and 14. RGB value is (243,157,20). Sum of RGB (Red+Green+Blue) = 243+157+20=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39D14 is #0C62EB. Grayscale: #A7A7A7. Windows color (decimal): -811756 or 1351155. OLE color: 1351155.
HSL color Cylindrical-coordinate representation of color #F39D14: hue angle of 36.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F39D14 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 157 | 20 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.05 |
| HSL | 36.86º | 0.9% | 0.52% | - |
| HSV(B) | 36.86º | 0.92% | 0.95% | - |
| XYZ | 49.15 | 43.22 | 6.41 | - |
| YUV | 167.1 | 44.99 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 157 | 20 | 0 | 0.35 | 0.92 | 0.05 | 36.86 | 0.9 | 0.52 |
| Hex | F3 | 9D | 14 | 0 | 23 | 5C | 5 | 25 | 5A | 34 |
| Octal | 363 | 235 | 24 | 0 | 43 | 134 | 5 | 45 | 132 | 64 |
| Binary | 11110011 | 10011101 | 10100 | 0 | 100011 | 1011100 | 101 | 100101 | 1011010 | 110100 |
Color Harmonies of #F39D14
Complementary color
Monochromatic Colors of #F39D14
Black with #F39D14
Text Example
Text Example
White with #F39D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39D14; }
p { color: rgb(243,157,20); }
H1.HeaderClassName
{
color: #F39D14;
}
.AnyTagClassName
{
color: #F39D14;
}
</style>
background-color css
<style>
a { background-color: #F39D14; }
a { background-color: rgb(243,157,20); }
div.DivClassName
{
background-color: #F39D14;
}
.BgClassName
{
background-color: #F39D14;
}
</style>
border-color css
<style>
span { border-color: #F39D14; }
span { border-color: rgb(243,157,20); }
td.TdClassName
{
border-color: #F39D14;
}
.TagClassName
{
border-color: #F39D14;
}
</style>