Shades of Gamboge #F1990B
Tints of Gamboge #F1990B
RGB
CMYK
RGB Variations
Color information
#F1990B (or 0xF1990B) is known color: Gamboge. HEX triplet: F1, 99 and 0B. RGB value is (241,153,11). Sum of RGB (Red+Green+Blue) = 241+153+11=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1990B is #0E66F4. Grayscale: #A3A3A3. Windows color (decimal): -943861 or 760305. OLE color: 760305.
HSL color Cylindrical-coordinate representation of color #F1990B: hue angle of 37.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1990B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 37.04º | 0.91% | 0.49% | - |
| HSV(B) | 37.04º | 0.95% | 0.95% | - |
| XYZ | 47.73 | 41.51 | 5.81 | - |
| YUV | 163.12 | 42.15 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 11 | 0 | 0.37 | 0.95 | 0.05 | 37.04 | 0.91 | 0.49 |
| Hex | F1 | 99 | B | 0 | 25 | 5F | 5 | 25 | 5B | 31 |
| Octal | 361 | 231 | 13 | 0 | 45 | 137 | 5 | 45 | 133 | 61 |
| Binary | 11110001 | 10011001 | 1011 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110001 |
Color Harmonies of #F1990B
Complementary color
Monochromatic Colors of #F1990B
Black with #F1990B
Text Example
Text Example
White with #F1990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1990B; }
p { color: rgb(241,153,11); }
H1.HeaderClassName
{
color: #F1990B;
}
.AnyTagClassName
{
color: #F1990B;
}
</style>
background-color css
<style>
a { background-color: #F1990B; }
a { background-color: rgb(241,153,11); }
div.DivClassName
{
background-color: #F1990B;
}
.BgClassName
{
background-color: #F1990B;
}
</style>
border-color css
<style>
span { border-color: #F1990B; }
span { border-color: rgb(241,153,11); }
td.TdClassName
{
border-color: #F1990B;
}
.TagClassName
{
border-color: #F1990B;
}
</style>