Shades of Gamboge #F19A08
Tints of Gamboge #F19A08
RGB
CMYK
RGB Variations
Color information
#F19A08 (or 0xF19A08) is known color: Gamboge. HEX triplet: F1, 9A and 08. RGB value is (241,154,8). Sum of RGB (Red+Green+Blue) = 241+154+8=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19A08 is #0E65F7. Grayscale: #A4A4A4. Windows color (decimal): -943608 or 563953. OLE color: 563953.
HSL color Cylindrical-coordinate representation of color #F19A08: hue angle of 37.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F19A08 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 8 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.05 |
| HSL | 37.6º | 0.94% | 0.49% | - |
| HSV(B) | 37.6º | 0.97% | 0.95% | - |
| XYZ | 47.88 | 41.83 | 5.78 | - |
| YUV | 163.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 8 | 0 | 0.36 | 0.97 | 0.05 | 37.6 | 0.94 | 0.49 |
| Hex | F1 | 9A | 8 | 0 | 24 | 61 | 5 | 26 | 5E | 31 |
| Octal | 361 | 232 | 10 | 0 | 44 | 141 | 5 | 46 | 136 | 61 |
| Binary | 11110001 | 10011010 | 1000 | 0 | 100100 | 1100001 | 101 | 100110 | 1011110 | 110001 |
Color Harmonies of #F19A08
Complementary color
Monochromatic Colors of #F19A08
Black with #F19A08
Text Example
Text Example
White with #F19A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A08; }
p { color: rgb(241,154,8); }
H1.HeaderClassName
{
color: #F19A08;
}
.AnyTagClassName
{
color: #F19A08;
}
</style>
background-color css
<style>
a { background-color: #F19A08; }
a { background-color: rgb(241,154,8); }
div.DivClassName
{
background-color: #F19A08;
}
.BgClassName
{
background-color: #F19A08;
}
</style>
border-color css
<style>
span { border-color: #F19A08; }
span { border-color: rgb(241,154,8); }
td.TdClassName
{
border-color: #F19A08;
}
.TagClassName
{
border-color: #F19A08;
}
</style>