Shades of Gamboge #F19B0F
Tints of Gamboge #F19B0F
RGB
CMYK
RGB Variations
Color information
#F19B0F (or 0xF19B0F) is known color: Gamboge. HEX triplet: F1, 9B and 0F. RGB value is (241,155,15). Sum of RGB (Red+Green+Blue) = 241+155+15=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B0F is #0E64F0. Grayscale: #A5A5A5. Windows color (decimal): -943345 or 1022961. OLE color: 1022961.
HSL color Cylindrical-coordinate representation of color #F19B0F: hue angle of 37.17º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F19B0F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 15 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.05 |
| HSL | 37.17º | 0.89% | 0.5% | - |
| HSV(B) | 37.17º | 0.94% | 0.95% | - |
| XYZ | 48.08 | 42.18 | 6.06 | - |
| YUV | 164.75 | 43.49 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 15 | 0 | 0.36 | 0.94 | 0.05 | 37.17 | 0.89 | 0.5 |
| Hex | F1 | 9B | F | 0 | 24 | 5E | 5 | 25 | 59 | 32 |
| Octal | 361 | 233 | 17 | 0 | 44 | 136 | 5 | 45 | 131 | 62 |
| Binary | 11110001 | 10011011 | 1111 | 0 | 100100 | 1011110 | 101 | 100101 | 1011001 | 110010 |
Color Harmonies of #F19B0F
Complementary color
Monochromatic Colors of #F19B0F
Black with #F19B0F
Text Example
Text Example
White with #F19B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B0F; }
p { color: rgb(241,155,15); }
H1.HeaderClassName
{
color: #F19B0F;
}
.AnyTagClassName
{
color: #F19B0F;
}
</style>
background-color css
<style>
a { background-color: #F19B0F; }
a { background-color: rgb(241,155,15); }
div.DivClassName
{
background-color: #F19B0F;
}
.BgClassName
{
background-color: #F19B0F;
}
</style>
border-color css
<style>
span { border-color: #F19B0F; }
span { border-color: rgb(241,155,15); }
td.TdClassName
{
border-color: #F19B0F;
}
.TagClassName
{
border-color: #F19B0F;
}
</style>