Shades of Gamboge #F2920D
Tints of Gamboge #F2920D
RGB
CMYK
RGB Variations
Color information
#F2920D (or 0xF2920D) is known color: Gamboge. HEX triplet: F2, 92 and 0D. RGB value is (242,146,13). Sum of RGB (Red+Green+Blue) = 242+146+13=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2920D is #0D6DF2. Grayscale: #A0A0A0. Windows color (decimal): -880115 or 889586. OLE color: 889586.
HSL color Cylindrical-coordinate representation of color #F2920D: hue angle of 34.85º 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 #F2920D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.05 |
| HSL | 34.85º | 0.9% | 0.5% | - |
| HSV(B) | 34.85º | 0.95% | 0.95% | - |
| XYZ | 46.97 | 39.46 | 5.52 | - |
| YUV | 159.54 | 45.3 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 13 | 0 | 0.40 | 0.95 | 0.05 | 34.85 | 0.9 | 0.5 |
| Hex | F2 | 92 | D | 0 | 28 | 5F | 5 | 23 | 5A | 32 |
| Octal | 362 | 222 | 15 | 0 | 50 | 137 | 5 | 43 | 132 | 62 |
| Binary | 11110010 | 10010010 | 1101 | 0 | 101000 | 1011111 | 101 | 100011 | 1011010 | 110010 |
Color Harmonies of #F2920D
Complementary color
Monochromatic Colors of #F2920D
Black with #F2920D
Text Example
Text Example
White with #F2920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2920D; }
p { color: rgb(242,146,13); }
H1.HeaderClassName
{
color: #F2920D;
}
.AnyTagClassName
{
color: #F2920D;
}
</style>
background-color css
<style>
a { background-color: #F2920D; }
a { background-color: rgb(242,146,13); }
div.DivClassName
{
background-color: #F2920D;
}
.BgClassName
{
background-color: #F2920D;
}
</style>
border-color css
<style>
span { border-color: #F2920D; }
span { border-color: rgb(242,146,13); }
td.TdClassName
{
border-color: #F2920D;
}
.TagClassName
{
border-color: #F2920D;
}
</style>