Shades of Gamboge #F5990F
Tints of Gamboge #F5990F
RGB
CMYK
RGB Variations
Color information
#F5990F (or 0xF5990F) is known color: Gamboge. HEX triplet: F5, 99 and 0F. RGB value is (245,153,15). Sum of RGB (Red+Green+Blue) = 245+153+15=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F5990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5990F is #0A66F0. Grayscale: #A5A5A5. Windows color (decimal): -681713 or 1022453. OLE color: 1022453.
HSL color Cylindrical-coordinate representation of color #F5990F: hue angle of 36º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5990F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.04 |
| HSL | 36º | 0.92% | 0.51% | - |
| HSV(B) | 36º | 0.94% | 0.96% | - |
| XYZ | 49.13 | 42.23 | 6.01 | - |
| YUV | 164.78 | 43.48 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 15 | 0 | 0.38 | 0.94 | 0.04 | 36 | 0.92 | 0.51 |
| Hex | F5 | 99 | F | 0 | 26 | 5E | 4 | 24 | 5C | 33 |
| Octal | 365 | 231 | 17 | 0 | 46 | 136 | 4 | 44 | 134 | 63 |
| Binary | 11110101 | 10011001 | 1111 | 0 | 100110 | 1011110 | 100 | 100100 | 1011100 | 110011 |
Color Harmonies of #F5990F
Complementary color
Monochromatic Colors of #F5990F
Black with #F5990F
Text Example
Text Example
White with #F5990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5990F; }
p { color: rgb(245,153,15); }
H1.HeaderClassName
{
color: #F5990F;
}
.AnyTagClassName
{
color: #F5990F;
}
</style>
background-color css
<style>
a { background-color: #F5990F; }
a { background-color: rgb(245,153,15); }
div.DivClassName
{
background-color: #F5990F;
}
.BgClassName
{
background-color: #F5990F;
}
</style>
border-color css
<style>
span { border-color: #F5990F; }
span { border-color: rgb(245,153,15); }
td.TdClassName
{
border-color: #F5990F;
}
.TagClassName
{
border-color: #F5990F;
}
</style>