Shades of Gamboge #F09C09
Tints of Gamboge #F09C09
RGB
CMYK
RGB Variations
Color information
#F09C09 (or 0xF09C09) is known color: Gamboge. HEX triplet: F0, 9C and 09. RGB value is (240,156,9). Sum of RGB (Red+Green+Blue) = 240+156+9=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C09 is #0F63F6. Grayscale: #A5A5A5. Windows color (decimal): -1008631 or 630000. OLE color: 630000.
HSL color Cylindrical-coordinate representation of color #F09C09: hue angle of 38.18º degrees, saturation: 0.93, 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 #F09C09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.06 |
| HSL | 38.18º | 0.93% | 0.49% | - |
| HSV(B) | 38.18º | 0.96% | 0.94% | - |
| XYZ | 47.87 | 42.32 | 5.9 | - |
| YUV | 164.36 | 40.33 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 9 | 0 | 0.35 | 0.96 | 0.06 | 38.18 | 0.93 | 0.49 |
| Hex | F0 | 9C | 9 | 0 | 23 | 60 | 6 | 26 | 5D | 31 |
| Octal | 360 | 234 | 11 | 0 | 43 | 140 | 6 | 46 | 135 | 61 |
| Binary | 11110000 | 10011100 | 1001 | 0 | 100011 | 1100000 | 110 | 100110 | 1011101 | 110001 |
Color Harmonies of #F09C09
Complementary color
Monochromatic Colors of #F09C09
Black with #F09C09
Text Example
Text Example
White with #F09C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C09; }
p { color: rgb(240,156,9); }
H1.HeaderClassName
{
color: #F09C09;
}
.AnyTagClassName
{
color: #F09C09;
}
</style>
background-color css
<style>
a { background-color: #F09C09; }
a { background-color: rgb(240,156,9); }
div.DivClassName
{
background-color: #F09C09;
}
.BgClassName
{
background-color: #F09C09;
}
</style>
border-color css
<style>
span { border-color: #F09C09; }
span { border-color: rgb(240,156,9); }
td.TdClassName
{
border-color: #F09C09;
}
.TagClassName
{
border-color: #F09C09;
}
</style>