Shades of Gamboge #F0940B
Tints of Gamboge #F0940B
RGB
CMYK
RGB Variations
Color information
#F0940B (or 0xF0940B) is known color: Gamboge. HEX triplet: F0, 94 and 0B. RGB value is (240,148,11). Sum of RGB (Red+Green+Blue) = 240+148+11=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940B is #0F6BF4. Grayscale: #A0A0A0. Windows color (decimal): -1010677 or 759024. OLE color: 759024.
HSL color Cylindrical-coordinate representation of color #F0940B: hue angle of 35.9º degrees, saturation: 0.91, 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 #F0940B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 35.9º | 0.91% | 0.49% | - |
| HSV(B) | 35.9º | 0.95% | 0.94% | - |
| XYZ | 46.59 | 39.73 | 5.53 | - |
| YUV | 159.89 | 43.98 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 11 | 0 | 0.38 | 0.95 | 0.06 | 35.9 | 0.91 | 0.49 |
| Hex | F0 | 94 | B | 0 | 26 | 5F | 6 | 24 | 5B | 31 |
| Octal | 360 | 224 | 13 | 0 | 46 | 137 | 6 | 44 | 133 | 61 |
| Binary | 11110000 | 10010100 | 1011 | 0 | 100110 | 1011111 | 110 | 100100 | 1011011 | 110001 |
Color Harmonies of #F0940B
Complementary color
Monochromatic Colors of #F0940B
Black with #F0940B
Text Example
Text Example
White with #F0940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0940B; }
p { color: rgb(240,148,11); }
H1.HeaderClassName
{
color: #F0940B;
}
.AnyTagClassName
{
color: #F0940B;
}
</style>
background-color css
<style>
a { background-color: #F0940B; }
a { background-color: rgb(240,148,11); }
div.DivClassName
{
background-color: #F0940B;
}
.BgClassName
{
background-color: #F0940B;
}
</style>
border-color css
<style>
span { border-color: #F0940B; }
span { border-color: rgb(240,148,11); }
td.TdClassName
{
border-color: #F0940B;
}
.TagClassName
{
border-color: #F0940B;
}
</style>