Shades of Fuel Yellow #CB9037
Tints of Fuel Yellow #CB9037
RGB
CMYK
RGB Variations
Color information
#CB9037 (or 0xCB9037) is known color: Fuel Yellow. HEX triplet: CB, 90 and 37. RGB value is (203,144,55). Sum of RGB (Red+Green+Blue) = 203+144+55=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9037 is #346FC8. Grayscale: #979797. Windows color (decimal): -3436489 or 3641547. OLE color: 3641547.
HSL color Cylindrical-coordinate representation of color #CB9037: hue angle of 36.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB9037 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 55 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.20 |
| HSL | 36.08º | 0.59% | 0.51% | - |
| HSV(B) | 36.08º | 0.73% | 0.8% | - |
| XYZ | 35.29 | 32.92 | 8.11 | - |
| YUV | 151.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 55 | 0 | 0.29 | 0.73 | 0.20 | 36.08 | 0.59 | 0.51 |
| Hex | CB | 90 | 37 | 0 | 1D | 49 | 14 | 24 | 3B | 33 |
| Octal | 313 | 220 | 67 | 0 | 35 | 111 | 24 | 44 | 73 | 63 |
| Binary | 11001011 | 10010000 | 110111 | 0 | 11101 | 1001001 | 10100 | 100100 | 111011 | 110011 |
Color Harmonies of #CB9037
Complementary color
Monochromatic Colors of #CB9037
Black with #CB9037
Text Example
Text Example
White with #CB9037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9037; }
p { color: rgb(203,144,55); }
H1.HeaderClassName
{
color: #CB9037;
}
.AnyTagClassName
{
color: #CB9037;
}
</style>
background-color css
<style>
a { background-color: #CB9037; }
a { background-color: rgb(203,144,55); }
div.DivClassName
{
background-color: #CB9037;
}
.BgClassName
{
background-color: #CB9037;
}
</style>
border-color css
<style>
span { border-color: #CB9037; }
span { border-color: rgb(203,144,55); }
td.TdClassName
{
border-color: #CB9037;
}
.TagClassName
{
border-color: #CB9037;
}
</style>