Shades of Gamboge #F09D0C
Tints of Gamboge #F09D0C
RGB
CMYK
RGB Variations
Color information
#F09D0C (or 0xF09D0C) is known color: Gamboge. HEX triplet: F0, 9D and 0C. RGB value is (240,157,12). Sum of RGB (Red+Green+Blue) = 240+157+12=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D0C is #0F62F3. Grayscale: #A5A5A5. Windows color (decimal): -1008372 or 826864. OLE color: 826864.
HSL color Cylindrical-coordinate representation of color #F09D0C: hue angle of 38.16º 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 #F09D0C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.06 |
| HSL | 38.16º | 0.9% | 0.49% | - |
| HSV(B) | 38.16º | 0.95% | 0.94% | - |
| XYZ | 48.06 | 42.67 | 6.05 | - |
| YUV | 165.29 | 41.5 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 12 | 0 | 0.35 | 0.95 | 0.06 | 38.16 | 0.9 | 0.49 |
| Hex | F0 | 9D | C | 0 | 23 | 5F | 6 | 26 | 5A | 31 |
| Octal | 360 | 235 | 14 | 0 | 43 | 137 | 6 | 46 | 132 | 61 |
| Binary | 11110000 | 10011101 | 1100 | 0 | 100011 | 1011111 | 110 | 100110 | 1011010 | 110001 |
Color Harmonies of #F09D0C
Complementary color
Monochromatic Colors of #F09D0C
Black with #F09D0C
Text Example
Text Example
White with #F09D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D0C; }
p { color: rgb(240,157,12); }
H1.HeaderClassName
{
color: #F09D0C;
}
.AnyTagClassName
{
color: #F09D0C;
}
</style>
background-color css
<style>
a { background-color: #F09D0C; }
a { background-color: rgb(240,157,12); }
div.DivClassName
{
background-color: #F09D0C;
}
.BgClassName
{
background-color: #F09D0C;
}
</style>
border-color css
<style>
span { border-color: #F09D0C; }
span { border-color: rgb(240,157,12); }
td.TdClassName
{
border-color: #F09D0C;
}
.TagClassName
{
border-color: #F09D0C;
}
</style>