Shades of Gamboge #CF920F
Tints of Gamboge #CF920F
RGB
CMYK
RGB Variations
Color information
#CF920F (or 0xCF920F) is known color: Gamboge. HEX triplet: CF, 92 and 0F. RGB value is (207,146,15). Sum of RGB (Red+Green+Blue) = 207+146+15=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF920F is #306DF0. Grayscale: #959595. Windows color (decimal): -3173873 or 1020623. OLE color: 1020623.
HSL color Cylindrical-coordinate representation of color #CF920F: hue angle of 40.94º 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 #CF920F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.19 |
| HSL | 40.94º | 0.86% | 0.44% | - |
| HSV(B) | 40.94º | 0.93% | 0.81% | - |
| XYZ | 36.1 | 33.86 | 5.08 | - |
| YUV | 149.31 | 52.21 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 15 | 0 | 0.29 | 0.93 | 0.19 | 40.94 | 0.86 | 0.44 |
| Hex | CF | 92 | F | 0 | 1D | 5D | 13 | 29 | 56 | 2C |
| Octal | 317 | 222 | 17 | 0 | 35 | 135 | 23 | 51 | 126 | 54 |
| Binary | 11001111 | 10010010 | 1111 | 0 | 11101 | 1011101 | 10011 | 101001 | 1010110 | 101100 |
Color Harmonies of #CF920F
Complementary color
Monochromatic Colors of #CF920F
Black with #CF920F
Text Example
Text Example
White with #CF920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF920F; }
p { color: rgb(207,146,15); }
H1.HeaderClassName
{
color: #CF920F;
}
.AnyTagClassName
{
color: #CF920F;
}
</style>
background-color css
<style>
a { background-color: #CF920F; }
a { background-color: rgb(207,146,15); }
div.DivClassName
{
background-color: #CF920F;
}
.BgClassName
{
background-color: #CF920F;
}
</style>
border-color css
<style>
span { border-color: #CF920F; }
span { border-color: rgb(207,146,15); }
td.TdClassName
{
border-color: #CF920F;
}
.TagClassName
{
border-color: #CF920F;
}
</style>