Shades of Gamboge #F29D0B
Tints of Gamboge #F29D0B
RGB
CMYK
RGB Variations
Color information
#F29D0B (or 0xF29D0B) is known color: Gamboge. HEX triplet: F2, 9D and 0B. RGB value is (242,157,11). Sum of RGB (Red+Green+Blue) = 242+157+11=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D0B is #0D62F4. Grayscale: #A6A6A6. Windows color (decimal): -877301 or 761330. OLE color: 761330.
HSL color Cylindrical-coordinate representation of color #F29D0B: hue angle of 37.92º 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 #F29D0B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.05 |
| HSL | 37.92º | 0.91% | 0.5% | - |
| HSV(B) | 37.92º | 0.95% | 0.95% | - |
| XYZ | 48.74 | 43.02 | 6.05 | - |
| YUV | 165.77 | 40.66 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 11 | 0 | 0.35 | 0.95 | 0.05 | 37.92 | 0.91 | 0.5 |
| Hex | F2 | 9D | B | 0 | 23 | 5F | 5 | 26 | 5B | 32 |
| Octal | 362 | 235 | 13 | 0 | 43 | 137 | 5 | 46 | 133 | 62 |
| Binary | 11110010 | 10011101 | 1011 | 0 | 100011 | 1011111 | 101 | 100110 | 1011011 | 110010 |
Color Harmonies of #F29D0B
Complementary color
Monochromatic Colors of #F29D0B
Black with #F29D0B
Text Example
Text Example
White with #F29D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D0B; }
p { color: rgb(242,157,11); }
H1.HeaderClassName
{
color: #F29D0B;
}
.AnyTagClassName
{
color: #F29D0B;
}
</style>
background-color css
<style>
a { background-color: #F29D0B; }
a { background-color: rgb(242,157,11); }
div.DivClassName
{
background-color: #F29D0B;
}
.BgClassName
{
background-color: #F29D0B;
}
</style>
border-color css
<style>
span { border-color: #F29D0B; }
span { border-color: rgb(242,157,11); }
td.TdClassName
{
border-color: #F29D0B;
}
.TagClassName
{
border-color: #F29D0B;
}
</style>