Shades of Gamboge #F29C0B
Tints of Gamboge #F29C0B
RGB
CMYK
RGB Variations
Color information
#F29C0B (or 0xF29C0B) is known color: Gamboge. HEX triplet: F2, 9C and 0B. RGB value is (242,156,11). Sum of RGB (Red+Green+Blue) = 242+156+11=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29C0B is #0D63F4. Grayscale: #A5A5A5. Windows color (decimal): -877557 or 761074. OLE color: 761074.
HSL color Cylindrical-coordinate representation of color #F29C0B: hue angle of 37.66º 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 #F29C0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.05 |
| HSL | 37.66º | 0.91% | 0.5% | - |
| HSV(B) | 37.66º | 0.95% | 0.95% | - |
| XYZ | 48.57 | 42.68 | 5.99 | - |
| YUV | 165.18 | 40.99 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 11 | 0 | 0.36 | 0.95 | 0.05 | 37.66 | 0.91 | 0.5 |
| Hex | F2 | 9C | B | 0 | 24 | 5F | 5 | 26 | 5B | 32 |
| Octal | 362 | 234 | 13 | 0 | 44 | 137 | 5 | 46 | 133 | 62 |
| Binary | 11110010 | 10011100 | 1011 | 0 | 100100 | 1011111 | 101 | 100110 | 1011011 | 110010 |
Color Harmonies of #F29C0B
Complementary color
Monochromatic Colors of #F29C0B
Black with #F29C0B
Text Example
Text Example
White with #F29C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C0B; }
p { color: rgb(242,156,11); }
H1.HeaderClassName
{
color: #F29C0B;
}
.AnyTagClassName
{
color: #F29C0B;
}
</style>
background-color css
<style>
a { background-color: #F29C0B; }
a { background-color: rgb(242,156,11); }
div.DivClassName
{
background-color: #F29C0B;
}
.BgClassName
{
background-color: #F29C0B;
}
</style>
border-color css
<style>
span { border-color: #F29C0B; }
span { border-color: rgb(242,156,11); }
td.TdClassName
{
border-color: #F29C0B;
}
.TagClassName
{
border-color: #F29C0B;
}
</style>