Shades of Gamboge #F1920D
Tints of Gamboge #F1920D
RGB
CMYK
RGB Variations
Color information
#F1920D (or 0xF1920D) is known color: Gamboge. HEX triplet: F1, 92 and 0D. RGB value is (241,146,13). Sum of RGB (Red+Green+Blue) = 241+146+13=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1920D is #0E6DF2. Grayscale: #9F9F9F. Windows color (decimal): -945651 or 889585. OLE color: 889585.
HSL color Cylindrical-coordinate representation of color #F1920D: hue angle of 35º degrees, saturation: 0.9, 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 #F1920D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.05 |
| HSL | 35º | 0.9% | 0.5% | - |
| HSV(B) | 35º | 0.95% | 0.95% | - |
| XYZ | 46.63 | 39.29 | 5.51 | - |
| YUV | 159.24 | 45.47 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 13 | 0 | 0.39 | 0.95 | 0.05 | 35 | 0.9 | 0.5 |
| Hex | F1 | 92 | D | 0 | 27 | 5F | 5 | 23 | 5A | 32 |
| Octal | 361 | 222 | 15 | 0 | 47 | 137 | 5 | 43 | 132 | 62 |
| Binary | 11110001 | 10010010 | 1101 | 0 | 100111 | 1011111 | 101 | 100011 | 1011010 | 110010 |
Color Harmonies of #F1920D
Complementary color
Monochromatic Colors of #F1920D
Black with #F1920D
Text Example
Text Example
White with #F1920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1920D; }
p { color: rgb(241,146,13); }
H1.HeaderClassName
{
color: #F1920D;
}
.AnyTagClassName
{
color: #F1920D;
}
</style>
background-color css
<style>
a { background-color: #F1920D; }
a { background-color: rgb(241,146,13); }
div.DivClassName
{
background-color: #F1920D;
}
.BgClassName
{
background-color: #F1920D;
}
</style>
border-color css
<style>
span { border-color: #F1920D; }
span { border-color: rgb(241,146,13); }
td.TdClassName
{
border-color: #F1920D;
}
.TagClassName
{
border-color: #F1920D;
}
</style>