Shades of Gamboge #F09410
Tints of Gamboge #F09410
RGB
CMYK
RGB Variations
Color information
#F09410 (or 0xF09410) is known color: Gamboge. HEX triplet: F0, 94 and 10. RGB value is (240,148,16). Sum of RGB (Red+Green+Blue) = 240+148+16=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09410 is #0F6BEF. Grayscale: #A1A1A1. Windows color (decimal): -1010672 or 1086704. OLE color: 1086704.
HSL color Cylindrical-coordinate representation of color #F09410: hue angle of 35.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09410 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.06 |
| HSL | 35.36º | 0.88% | 0.5% | - |
| HSV(B) | 35.36º | 0.93% | 0.94% | - |
| XYZ | 46.62 | 39.74 | 5.7 | - |
| YUV | 160.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 16 | 0 | 0.38 | 0.93 | 0.06 | 35.36 | 0.88 | 0.5 |
| Hex | F0 | 94 | 10 | 0 | 26 | 5D | 6 | 23 | 58 | 32 |
| Octal | 360 | 224 | 20 | 0 | 46 | 135 | 6 | 43 | 130 | 62 |
| Binary | 11110000 | 10010100 | 10000 | 0 | 100110 | 1011101 | 110 | 100011 | 1011000 | 110010 |
Color Harmonies of #F09410
Complementary color
Monochromatic Colors of #F09410
Black with #F09410
Text Example
Text Example
White with #F09410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09410; }
p { color: rgb(240,148,16); }
H1.HeaderClassName
{
color: #F09410;
}
.AnyTagClassName
{
color: #F09410;
}
</style>
background-color css
<style>
a { background-color: #F09410; }
a { background-color: rgb(240,148,16); }
div.DivClassName
{
background-color: #F09410;
}
.BgClassName
{
background-color: #F09410;
}
</style>
border-color css
<style>
span { border-color: #F09410; }
span { border-color: rgb(240,148,16); }
td.TdClassName
{
border-color: #F09410;
}
.TagClassName
{
border-color: #F09410;
}
</style>