Shades of Gamboge #F1A00B
Tints of Gamboge #F1A00B
RGB
CMYK
RGB Variations
Color information
#F1A00B (or 0xF1A00B) is known color: Gamboge. HEX triplet: F1, A0 and 0B. RGB value is (241,160,11). Sum of RGB (Red+Green+Blue) = 241+160+11=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A00B is #0E5FF4. Grayscale: #A7A7A7. Windows color (decimal): -942069 or 762097. OLE color: 762097.
HSL color Cylindrical-coordinate representation of color #F1A00B: hue angle of 38.87º 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 #F1A00B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.05 |
| HSL | 38.87º | 0.91% | 0.49% | - |
| HSV(B) | 38.87º | 0.95% | 0.95% | - |
| XYZ | 48.91 | 43.87 | 6.21 | - |
| YUV | 167.23 | 39.84 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 11 | 0 | 0.34 | 0.95 | 0.05 | 38.87 | 0.91 | 0.49 |
| Hex | F1 | A0 | B | 0 | 22 | 5F | 5 | 27 | 5B | 31 |
| Octal | 361 | 240 | 13 | 0 | 42 | 137 | 5 | 47 | 133 | 61 |
| Binary | 11110001 | 10100000 | 1011 | 0 | 100010 | 1011111 | 101 | 100111 | 1011011 | 110001 |
Color Harmonies of #F1A00B
Complementary color
Monochromatic Colors of #F1A00B
Black with #F1A00B
Text Example
Text Example
White with #F1A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A00B; }
p { color: rgb(241,160,11); }
H1.HeaderClassName
{
color: #F1A00B;
}
.AnyTagClassName
{
color: #F1A00B;
}
</style>
background-color css
<style>
a { background-color: #F1A00B; }
a { background-color: rgb(241,160,11); }
div.DivClassName
{
background-color: #F1A00B;
}
.BgClassName
{
background-color: #F1A00B;
}
</style>
border-color css
<style>
span { border-color: #F1A00B; }
span { border-color: rgb(241,160,11); }
td.TdClassName
{
border-color: #F1A00B;
}
.TagClassName
{
border-color: #F1A00B;
}
</style>