Shades of Gamboge #F09A0C
Tints of Gamboge #F09A0C
RGB
CMYK
RGB Variations
Color information
#F09A0C (or 0xF09A0C) is known color: Gamboge. HEX triplet: F0, 9A and 0C. RGB value is (240,154,12). Sum of RGB (Red+Green+Blue) = 240+154+12=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A0C is #0F65F3. Grayscale: #A4A4A4. Windows color (decimal): -1009140 or 826096. OLE color: 826096.
HSL color Cylindrical-coordinate representation of color #F09A0C: hue angle of 37.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F09A0C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.06 |
| HSL | 37.37º | 0.9% | 0.49% | - |
| HSV(B) | 37.37º | 0.95% | 0.94% | - |
| XYZ | 47.56 | 41.66 | 5.88 | - |
| YUV | 163.53 | 42.49 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 12 | 0 | 0.36 | 0.95 | 0.06 | 37.37 | 0.9 | 0.49 |
| Hex | F0 | 9A | C | 0 | 24 | 5F | 6 | 25 | 5A | 31 |
| Octal | 360 | 232 | 14 | 0 | 44 | 137 | 6 | 45 | 132 | 61 |
| Binary | 11110000 | 10011010 | 1100 | 0 | 100100 | 1011111 | 110 | 100101 | 1011010 | 110001 |
Color Harmonies of #F09A0C
Complementary color
Monochromatic Colors of #F09A0C
Black with #F09A0C
Text Example
Text Example
White with #F09A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A0C; }
p { color: rgb(240,154,12); }
H1.HeaderClassName
{
color: #F09A0C;
}
.AnyTagClassName
{
color: #F09A0C;
}
</style>
background-color css
<style>
a { background-color: #F09A0C; }
a { background-color: rgb(240,154,12); }
div.DivClassName
{
background-color: #F09A0C;
}
.BgClassName
{
background-color: #F09A0C;
}
</style>
border-color css
<style>
span { border-color: #F09A0C; }
span { border-color: rgb(240,154,12); }
td.TdClassName
{
border-color: #F09A0C;
}
.TagClassName
{
border-color: #F09A0C;
}
</style>