Shades of Gamboge #CF960F
Tints of Gamboge #CF960F
RGB
CMYK
RGB Variations
Color information
#CF960F (or 0xCF960F) is known color: Gamboge. HEX triplet: CF, 96 and 0F. RGB value is (207,150,15). Sum of RGB (Red+Green+Blue) = 207+150+15=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF960F is #3069F0. Grayscale: #989898. Windows color (decimal): -3172849 or 1021647. OLE color: 1021647.
HSL color Cylindrical-coordinate representation of color #CF960F: hue angle of 42.19º 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 #CF960F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.19 |
| HSL | 42.19º | 0.86% | 0.44% | - |
| HSV(B) | 42.19º | 0.93% | 0.81% | - |
| XYZ | 36.72 | 35.11 | 5.29 | - |
| YUV | 151.65 | 50.88 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 15 | 0 | 0.28 | 0.93 | 0.19 | 42.19 | 0.86 | 0.44 |
| Hex | CF | 96 | F | 0 | 1C | 5D | 13 | 2A | 56 | 2C |
| Octal | 317 | 226 | 17 | 0 | 34 | 135 | 23 | 52 | 126 | 54 |
| Binary | 11001111 | 10010110 | 1111 | 0 | 11100 | 1011101 | 10011 | 101010 | 1010110 | 101100 |
Color Harmonies of #CF960F
Complementary color
Monochromatic Colors of #CF960F
Black with #CF960F
Text Example
Text Example
White with #CF960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF960F; }
p { color: rgb(207,150,15); }
H1.HeaderClassName
{
color: #CF960F;
}
.AnyTagClassName
{
color: #CF960F;
}
</style>
background-color css
<style>
a { background-color: #CF960F; }
a { background-color: rgb(207,150,15); }
div.DivClassName
{
background-color: #CF960F;
}
.BgClassName
{
background-color: #CF960F;
}
</style>
border-color css
<style>
span { border-color: #CF960F; }
span { border-color: rgb(207,150,15); }
td.TdClassName
{
border-color: #CF960F;
}
.TagClassName
{
border-color: #CF960F;
}
</style>