Shades of Gamboge #F09A0A
Tints of Gamboge #F09A0A
RGB
CMYK
RGB Variations
Color information
#F09A0A (or 0xF09A0A) is known color: Gamboge. HEX triplet: F0, 9A and 0A. RGB value is (240,154,10). Sum of RGB (Red+Green+Blue) = 240+154+10=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A0A is #0F65F5. Grayscale: #A3A3A3. Windows color (decimal): -1009142 or 695024. OLE color: 695024.
HSL color Cylindrical-coordinate representation of color #F09A0A: hue angle of 37.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F09A0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.06 |
| HSL | 37.57º | 0.92% | 0.49% | - |
| HSV(B) | 37.57º | 0.96% | 0.94% | - |
| XYZ | 47.55 | 41.66 | 5.82 | - |
| YUV | 163.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 10 | 0 | 0.36 | 0.96 | 0.06 | 37.57 | 0.92 | 0.49 |
| Hex | F0 | 9A | A | 0 | 24 | 60 | 6 | 26 | 5C | 31 |
| Octal | 360 | 232 | 12 | 0 | 44 | 140 | 6 | 46 | 134 | 61 |
| Binary | 11110000 | 10011010 | 1010 | 0 | 100100 | 1100000 | 110 | 100110 | 1011100 | 110001 |
Color Harmonies of #F09A0A
Complementary color
Monochromatic Colors of #F09A0A
Black with #F09A0A
Text Example
Text Example
White with #F09A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A0A; }
p { color: rgb(240,154,10); }
H1.HeaderClassName
{
color: #F09A0A;
}
.AnyTagClassName
{
color: #F09A0A;
}
</style>
background-color css
<style>
a { background-color: #F09A0A; }
a { background-color: rgb(240,154,10); }
div.DivClassName
{
background-color: #F09A0A;
}
.BgClassName
{
background-color: #F09A0A;
}
</style>
border-color css
<style>
span { border-color: #F09A0A; }
span { border-color: rgb(240,154,10); }
td.TdClassName
{
border-color: #F09A0A;
}
.TagClassName
{
border-color: #F09A0A;
}
</style>