Shades of Gamboge #F2930D
Tints of Gamboge #F2930D
RGB
CMYK
RGB Variations
Color information
#F2930D (or 0xF2930D) is known color: Gamboge. HEX triplet: F2, 93 and 0D. RGB value is (242,147,13). Sum of RGB (Red+Green+Blue) = 242+147+13=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2930D is #0D6CF2. Grayscale: #A0A0A0. Windows color (decimal): -879859 or 889842. OLE color: 889842.
HSL color Cylindrical-coordinate representation of color #F2930D: hue angle of 35.11º 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 #F2930D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.05 |
| HSL | 35.11º | 0.9% | 0.5% | - |
| HSV(B) | 35.11º | 0.95% | 0.95% | - |
| XYZ | 47.12 | 39.77 | 5.57 | - |
| YUV | 160.13 | 44.97 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 13 | 0 | 0.39 | 0.95 | 0.05 | 35.11 | 0.9 | 0.5 |
| Hex | F2 | 93 | D | 0 | 27 | 5F | 5 | 23 | 5A | 32 |
| Octal | 362 | 223 | 15 | 0 | 47 | 137 | 5 | 43 | 132 | 62 |
| Binary | 11110010 | 10010011 | 1101 | 0 | 100111 | 1011111 | 101 | 100011 | 1011010 | 110010 |
Color Harmonies of #F2930D
Complementary color
Monochromatic Colors of #F2930D
Black with #F2930D
Text Example
Text Example
White with #F2930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2930D; }
p { color: rgb(242,147,13); }
H1.HeaderClassName
{
color: #F2930D;
}
.AnyTagClassName
{
color: #F2930D;
}
</style>
background-color css
<style>
a { background-color: #F2930D; }
a { background-color: rgb(242,147,13); }
div.DivClassName
{
background-color: #F2930D;
}
.BgClassName
{
background-color: #F2930D;
}
</style>
border-color css
<style>
span { border-color: #F2930D; }
span { border-color: rgb(242,147,13); }
td.TdClassName
{
border-color: #F2930D;
}
.TagClassName
{
border-color: #F2930D;
}
</style>