Shades of Gamboge #F19C08
Tints of Gamboge #F19C08
RGB
CMYK
RGB Variations
Color information
#F19C08 (or 0xF19C08) is known color: Gamboge. HEX triplet: F1, 9C and 08. RGB value is (241,156,8). Sum of RGB (Red+Green+Blue) = 241+156+8=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C08 is #0E63F7. Grayscale: #A5A5A5. Windows color (decimal): -943096 or 564465. OLE color: 564465.
HSL color Cylindrical-coordinate representation of color #F19C08: hue angle of 38.11º 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 #F19C08 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 8 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.05 |
| HSL | 38.11º | 0.94% | 0.49% | - |
| HSV(B) | 38.11º | 0.97% | 0.95% | - |
| XYZ | 48.21 | 42.5 | 5.89 | - |
| YUV | 164.54 | 39.66 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 8 | 0 | 0.35 | 0.97 | 0.05 | 38.11 | 0.94 | 0.49 |
| Hex | F1 | 9C | 8 | 0 | 23 | 61 | 5 | 26 | 5E | 31 |
| Octal | 361 | 234 | 10 | 0 | 43 | 141 | 5 | 46 | 136 | 61 |
| Binary | 11110001 | 10011100 | 1000 | 0 | 100011 | 1100001 | 101 | 100110 | 1011110 | 110001 |
Color Harmonies of #F19C08
Complementary color
Monochromatic Colors of #F19C08
Black with #F19C08
Text Example
Text Example
White with #F19C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C08; }
p { color: rgb(241,156,8); }
H1.HeaderClassName
{
color: #F19C08;
}
.AnyTagClassName
{
color: #F19C08;
}
</style>
background-color css
<style>
a { background-color: #F19C08; }
a { background-color: rgb(241,156,8); }
div.DivClassName
{
background-color: #F19C08;
}
.BgClassName
{
background-color: #F19C08;
}
</style>
border-color css
<style>
span { border-color: #F19C08; }
span { border-color: rgb(241,156,8); }
td.TdClassName
{
border-color: #F19C08;
}
.TagClassName
{
border-color: #F19C08;
}
</style>