Shades of Gamboge #F29807
Tints of Gamboge #F29807
RGB
CMYK
RGB Variations
Color information
#F29807 (or 0xF29807) is known color: Gamboge. HEX triplet: F2, 98 and 07. RGB value is (242,152,7). Sum of RGB (Red+Green+Blue) = 242+152+7=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F29807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29807 is #0D67F8. Grayscale: #A3A3A3. Windows color (decimal): -878585 or 497906. OLE color: 497906.
HSL color Cylindrical-coordinate representation of color #F29807: hue angle of 37.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F29807 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.05 |
| HSL | 37.02º | 0.94% | 0.49% | - |
| HSV(B) | 37.02º | 0.97% | 0.95% | - |
| XYZ | 47.88 | 41.35 | 5.66 | - |
| YUV | 162.38 | 40.32 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 7 | 0 | 0.37 | 0.97 | 0.05 | 37.02 | 0.94 | 0.49 |
| Hex | F2 | 98 | 7 | 0 | 25 | 61 | 5 | 25 | 5E | 31 |
| Octal | 362 | 230 | 7 | 0 | 45 | 141 | 5 | 45 | 136 | 61 |
| Binary | 11110010 | 10011000 | 111 | 0 | 100101 | 1100001 | 101 | 100101 | 1011110 | 110001 |
Color Harmonies of #F29807
Complementary color
Monochromatic Colors of #F29807
Black with #F29807
Text Example
Text Example
White with #F29807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29807; }
p { color: rgb(242,152,7); }
H1.HeaderClassName
{
color: #F29807;
}
.AnyTagClassName
{
color: #F29807;
}
</style>
background-color css
<style>
a { background-color: #F29807; }
a { background-color: rgb(242,152,7); }
div.DivClassName
{
background-color: #F29807;
}
.BgClassName
{
background-color: #F29807;
}
</style>
border-color css
<style>
span { border-color: #F29807; }
span { border-color: rgb(242,152,7); }
td.TdClassName
{
border-color: #F29807;
}
.TagClassName
{
border-color: #F29807;
}
</style>