Shades of Gamboge #F1920C
Tints of Gamboge #F1920C
RGB
CMYK
RGB Variations
Color information
#F1920C (or 0xF1920C) is known color: Gamboge. HEX triplet: F1, 92 and 0C. RGB value is (241,146,12). Sum of RGB (Red+Green+Blue) = 241+146+12=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1920C is #0E6DF3. Grayscale: #9F9F9F. Windows color (decimal): -945652 or 824049. OLE color: 824049.
HSL color Cylindrical-coordinate representation of color #F1920C: hue angle of 35.11º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1920C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.05 |
| HSL | 35.11º | 0.91% | 0.5% | - |
| HSV(B) | 35.11º | 0.95% | 0.95% | - |
| XYZ | 46.62 | 39.29 | 5.47 | - |
| YUV | 159.13 | 44.97 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 12 | 0 | 0.39 | 0.95 | 0.05 | 35.11 | 0.91 | 0.5 |
| Hex | F1 | 92 | C | 0 | 27 | 5F | 5 | 23 | 5B | 32 |
| Octal | 361 | 222 | 14 | 0 | 47 | 137 | 5 | 43 | 133 | 62 |
| Binary | 11110001 | 10010010 | 1100 | 0 | 100111 | 1011111 | 101 | 100011 | 1011011 | 110010 |
Color Harmonies of #F1920C
Complementary color
Monochromatic Colors of #F1920C
Black with #F1920C
Text Example
Text Example
White with #F1920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1920C; }
p { color: rgb(241,146,12); }
H1.HeaderClassName
{
color: #F1920C;
}
.AnyTagClassName
{
color: #F1920C;
}
</style>
background-color css
<style>
a { background-color: #F1920C; }
a { background-color: rgb(241,146,12); }
div.DivClassName
{
background-color: #F1920C;
}
.BgClassName
{
background-color: #F1920C;
}
</style>
border-color css
<style>
span { border-color: #F1920C; }
span { border-color: rgb(241,146,12); }
td.TdClassName
{
border-color: #F1920C;
}
.TagClassName
{
border-color: #F1920C;
}
</style>