Shades of Gamboge #CF950F
Tints of Gamboge #CF950F
RGB
CMYK
RGB Variations
Color information
#CF950F (or 0xCF950F) is known color: Gamboge. HEX triplet: CF, 95 and 0F. RGB value is (207,149,15). Sum of RGB (Red+Green+Blue) = 207+149+15=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF950F is #306AF0. Grayscale: #979797. Windows color (decimal): -3173105 or 1021391. OLE color: 1021391.
HSL color Cylindrical-coordinate representation of color #CF950F: hue angle of 41.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF950F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.19 |
| HSL | 41.88º | 0.86% | 0.44% | - |
| HSV(B) | 41.88º | 0.93% | 0.81% | - |
| XYZ | 36.57 | 34.79 | 5.24 | - |
| YUV | 151.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 15 | 0 | 0.28 | 0.93 | 0.19 | 41.88 | 0.86 | 0.44 |
| Hex | CF | 95 | F | 0 | 1C | 5D | 13 | 2A | 56 | 2C |
| Octal | 317 | 225 | 17 | 0 | 34 | 135 | 23 | 52 | 126 | 54 |
| Binary | 11001111 | 10010101 | 1111 | 0 | 11100 | 1011101 | 10011 | 101010 | 1010110 | 101100 |
Color Harmonies of #CF950F
Complementary color
Monochromatic Colors of #CF950F
Black with #CF950F
Text Example
Text Example
White with #CF950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF950F; }
p { color: rgb(207,149,15); }
H1.HeaderClassName
{
color: #CF950F;
}
.AnyTagClassName
{
color: #CF950F;
}
</style>
background-color css
<style>
a { background-color: #CF950F; }
a { background-color: rgb(207,149,15); }
div.DivClassName
{
background-color: #CF950F;
}
.BgClassName
{
background-color: #CF950F;
}
</style>
border-color css
<style>
span { border-color: #CF950F; }
span { border-color: rgb(207,149,15); }
td.TdClassName
{
border-color: #CF950F;
}
.TagClassName
{
border-color: #CF950F;
}
</style>