Shades of Gamboge #F2940E
Tints of Gamboge #F2940E
RGB
CMYK
RGB Variations
Color information
#F2940E (or 0xF2940E) is known color: Gamboge. HEX triplet: F2, 94 and 0E. RGB value is (242,148,14). Sum of RGB (Red+Green+Blue) = 242+148+14=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2940E is #0D6BF1. Grayscale: #A1A1A1. Windows color (decimal): -879602 or 955634. OLE color: 955634.
HSL color Cylindrical-coordinate representation of color #F2940E: hue angle of 35.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2940E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.05 |
| HSL | 35.26º | 0.9% | 0.5% | - |
| HSV(B) | 35.26º | 0.94% | 0.95% | - |
| XYZ | 47.29 | 40.09 | 5.66 | - |
| YUV | 160.83 | 45.14 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 14 | 0 | 0.39 | 0.94 | 0.05 | 35.26 | 0.9 | 0.5 |
| Hex | F2 | 94 | E | 0 | 27 | 5E | 5 | 23 | 5A | 32 |
| Octal | 362 | 224 | 16 | 0 | 47 | 136 | 5 | 43 | 132 | 62 |
| Binary | 11110010 | 10010100 | 1110 | 0 | 100111 | 1011110 | 101 | 100011 | 1011010 | 110010 |
Color Harmonies of #F2940E
Complementary color
Monochromatic Colors of #F2940E
Black with #F2940E
Text Example
Text Example
White with #F2940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2940E; }
p { color: rgb(242,148,14); }
H1.HeaderClassName
{
color: #F2940E;
}
.AnyTagClassName
{
color: #F2940E;
}
</style>
background-color css
<style>
a { background-color: #F2940E; }
a { background-color: rgb(242,148,14); }
div.DivClassName
{
background-color: #F2940E;
}
.BgClassName
{
background-color: #F2940E;
}
</style>
border-color css
<style>
span { border-color: #F2940E; }
span { border-color: rgb(242,148,14); }
td.TdClassName
{
border-color: #F2940E;
}
.TagClassName
{
border-color: #F2940E;
}
</style>