Shades of Gamboge #F09C0D
Tints of Gamboge #F09C0D
RGB
CMYK
RGB Variations
Color information
#F09C0D (or 0xF09C0D) is known color: Gamboge. HEX triplet: F0, 9C and 0D. RGB value is (240,156,13). Sum of RGB (Red+Green+Blue) = 240+156+13=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C0D is #0F63F2. Grayscale: #A5A5A5. Windows color (decimal): -1008627 or 892144. OLE color: 892144.
HSL color Cylindrical-coordinate representation of color #F09C0D: hue angle of 37.8º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F09C0D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.06 |
| HSL | 37.8º | 0.9% | 0.5% | - |
| HSV(B) | 37.8º | 0.95% | 0.94% | - |
| XYZ | 47.9 | 42.33 | 6.03 | - |
| YUV | 164.81 | 42.33 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 13 | 0 | 0.35 | 0.95 | 0.06 | 37.8 | 0.9 | 0.5 |
| Hex | F0 | 9C | D | 0 | 23 | 5F | 6 | 26 | 5A | 32 |
| Octal | 360 | 234 | 15 | 0 | 43 | 137 | 6 | 46 | 132 | 62 |
| Binary | 11110000 | 10011100 | 1101 | 0 | 100011 | 1011111 | 110 | 100110 | 1011010 | 110010 |
Color Harmonies of #F09C0D
Complementary color
Monochromatic Colors of #F09C0D
Black with #F09C0D
Text Example
Text Example
White with #F09C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C0D; }
p { color: rgb(240,156,13); }
H1.HeaderClassName
{
color: #F09C0D;
}
.AnyTagClassName
{
color: #F09C0D;
}
</style>
background-color css
<style>
a { background-color: #F09C0D; }
a { background-color: rgb(240,156,13); }
div.DivClassName
{
background-color: #F09C0D;
}
.BgClassName
{
background-color: #F09C0D;
}
</style>
border-color css
<style>
span { border-color: #F09C0D; }
span { border-color: rgb(240,156,13); }
td.TdClassName
{
border-color: #F09C0D;
}
.TagClassName
{
border-color: #F09C0D;
}
</style>