Shades of Gamboge #F0930B
Tints of Gamboge #F0930B
RGB
CMYK
RGB Variations
Color information
#F0930B (or 0xF0930B) is known color: Gamboge. HEX triplet: F0, 93 and 0B. RGB value is (240,147,11). Sum of RGB (Red+Green+Blue) = 240+147+11=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0930B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0930B is #0F6CF4. Grayscale: #9F9F9F. Windows color (decimal): -1010933 or 758768. OLE color: 758768.
HSL color Cylindrical-coordinate representation of color #F0930B: hue angle of 35.63º 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 #F0930B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.06 |
| HSL | 35.63º | 0.91% | 0.49% | - |
| HSV(B) | 35.63º | 0.95% | 0.94% | - |
| XYZ | 46.43 | 39.42 | 5.48 | - |
| YUV | 159.3 | 44.31 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 11 | 0 | 0.39 | 0.95 | 0.06 | 35.63 | 0.91 | 0.49 |
| Hex | F0 | 93 | B | 0 | 27 | 5F | 6 | 24 | 5B | 31 |
| Octal | 360 | 223 | 13 | 0 | 47 | 137 | 6 | 44 | 133 | 61 |
| Binary | 11110000 | 10010011 | 1011 | 0 | 100111 | 1011111 | 110 | 100100 | 1011011 | 110001 |
Color Harmonies of #F0930B
Complementary color
Monochromatic Colors of #F0930B
Black with #F0930B
Text Example
Text Example
White with #F0930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0930B; }
p { color: rgb(240,147,11); }
H1.HeaderClassName
{
color: #F0930B;
}
.AnyTagClassName
{
color: #F0930B;
}
</style>
background-color css
<style>
a { background-color: #F0930B; }
a { background-color: rgb(240,147,11); }
div.DivClassName
{
background-color: #F0930B;
}
.BgClassName
{
background-color: #F0930B;
}
</style>
border-color css
<style>
span { border-color: #F0930B; }
span { border-color: rgb(240,147,11); }
td.TdClassName
{
border-color: #F0930B;
}
.TagClassName
{
border-color: #F0930B;
}
</style>