Shades of Gamboge #F09712
Tints of Gamboge #F09712
RGB
CMYK
RGB Variations
Color information
#F09712 (or 0xF09712) is known color: Gamboge. HEX triplet: F0, 97 and 12. RGB value is (240,151,18). Sum of RGB (Red+Green+Blue) = 240+151+18=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09712 is #0F68ED. Grayscale: #A3A3A3. Windows color (decimal): -1009902 or 1218544. OLE color: 1218544.
HSL color Cylindrical-coordinate representation of color #F09712: hue angle of 35.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09712 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.06 |
| HSL | 35.95º | 0.88% | 0.51% | - |
| HSV(B) | 35.95º | 0.93% | 0.94% | - |
| XYZ | 47.11 | 40.7 | 5.95 | - |
| YUV | 162.45 | 46.49 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 18 | 0 | 0.37 | 0.92 | 0.06 | 35.95 | 0.88 | 0.51 |
| Hex | F0 | 97 | 12 | 0 | 25 | 5C | 6 | 24 | 58 | 33 |
| Octal | 360 | 227 | 22 | 0 | 45 | 134 | 6 | 44 | 130 | 63 |
| Binary | 11110000 | 10010111 | 10010 | 0 | 100101 | 1011100 | 110 | 100100 | 1011000 | 110011 |
Color Harmonies of #F09712
Complementary color
Monochromatic Colors of #F09712
Black with #F09712
Text Example
Text Example
White with #F09712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09712; }
p { color: rgb(240,151,18); }
H1.HeaderClassName
{
color: #F09712;
}
.AnyTagClassName
{
color: #F09712;
}
</style>
background-color css
<style>
a { background-color: #F09712; }
a { background-color: rgb(240,151,18); }
div.DivClassName
{
background-color: #F09712;
}
.BgClassName
{
background-color: #F09712;
}
</style>
border-color css
<style>
span { border-color: #F09712; }
span { border-color: rgb(240,151,18); }
td.TdClassName
{
border-color: #F09712;
}
.TagClassName
{
border-color: #F09712;
}
</style>