Shades of Gamboge #F09F19
Tints of Gamboge #F09F19
RGB
CMYK
RGB Variations
Color information
#F09F19 (or 0xF09F19) is known color: Gamboge. HEX triplet: F0, 9F and 19. RGB value is (240,159,25). Sum of RGB (Red+Green+Blue) = 240+159+25=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F19 is #0F60E6. Grayscale: #A8A8A8. Windows color (decimal): -1007847 or 1679344. OLE color: 1679344.
HSL color Cylindrical-coordinate representation of color #F09F19: hue angle of 37.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09F19 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 25 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.06 |
| HSL | 37.4º | 0.88% | 0.52% | - |
| HSV(B) | 37.4º | 0.9% | 0.94% | - |
| XYZ | 48.51 | 43.39 | 6.74 | - |
| YUV | 167.94 | 47.34 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 25 | 0 | 0.34 | 0.90 | 0.06 | 37.4 | 0.88 | 0.52 |
| Hex | F0 | 9F | 19 | 0 | 22 | 5A | 6 | 25 | 58 | 34 |
| Octal | 360 | 237 | 31 | 0 | 42 | 132 | 6 | 45 | 130 | 64 |
| Binary | 11110000 | 10011111 | 11001 | 0 | 100010 | 1011010 | 110 | 100101 | 1011000 | 110100 |
Color Harmonies of #F09F19
Complementary color
Monochromatic Colors of #F09F19
Black with #F09F19
Text Example
Text Example
White with #F09F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F19; }
p { color: rgb(240,159,25); }
H1.HeaderClassName
{
color: #F09F19;
}
.AnyTagClassName
{
color: #F09F19;
}
</style>
background-color css
<style>
a { background-color: #F09F19; }
a { background-color: rgb(240,159,25); }
div.DivClassName
{
background-color: #F09F19;
}
.BgClassName
{
background-color: #F09F19;
}
</style>
border-color css
<style>
span { border-color: #F09F19; }
span { border-color: rgb(240,159,25); }
td.TdClassName
{
border-color: #F09F19;
}
.TagClassName
{
border-color: #F09F19;
}
</style>