Shades of Gamboge #F29D15
Tints of Gamboge #F29D15
RGB
CMYK
RGB Variations
Color information
#F29D15 (or 0xF29D15) is known color: Gamboge. HEX triplet: F2, 9D and 15. RGB value is (242,157,21). Sum of RGB (Red+Green+Blue) = 242+157+21=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D15 is #0D62EA. Grayscale: #A7A7A7. Windows color (decimal): -877291 or 1416690. OLE color: 1416690.
HSL color Cylindrical-coordinate representation of color #F29D15: hue angle of 36.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F29D15 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.05 |
| HSL | 36.92º | 0.89% | 0.52% | - |
| HSV(B) | 36.92º | 0.91% | 0.95% | - |
| XYZ | 48.81 | 43.05 | 6.45 | - |
| YUV | 166.91 | 45.66 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 21 | 0 | 0.35 | 0.91 | 0.05 | 36.92 | 0.89 | 0.52 |
| Hex | F2 | 9D | 15 | 0 | 23 | 5B | 5 | 25 | 59 | 34 |
| Octal | 362 | 235 | 25 | 0 | 43 | 133 | 5 | 45 | 131 | 64 |
| Binary | 11110010 | 10011101 | 10101 | 0 | 100011 | 1011011 | 101 | 100101 | 1011001 | 110100 |
Color Harmonies of #F29D15
Complementary color
Monochromatic Colors of #F29D15
Black with #F29D15
Text Example
Text Example
White with #F29D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D15; }
p { color: rgb(242,157,21); }
H1.HeaderClassName
{
color: #F29D15;
}
.AnyTagClassName
{
color: #F29D15;
}
</style>
background-color css
<style>
a { background-color: #F29D15; }
a { background-color: rgb(242,157,21); }
div.DivClassName
{
background-color: #F29D15;
}
.BgClassName
{
background-color: #F29D15;
}
</style>
border-color css
<style>
span { border-color: #F29D15; }
span { border-color: rgb(242,157,21); }
td.TdClassName
{
border-color: #F29D15;
}
.TagClassName
{
border-color: #F29D15;
}
</style>