Shades of Fuel Yellow #CB9B2E
Tints of Fuel Yellow #CB9B2E
RGB
CMYK
RGB Variations
Color information
#CB9B2E (or 0xCB9B2E) is known color: Fuel Yellow. HEX triplet: CB, 9B and 2E. RGB value is (203,155,46). Sum of RGB (Red+Green+Blue) = 203+155+46=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B2E is #3464D1. Grayscale: #9D9D9D. Windows color (decimal): -3433682 or 3054539. OLE color: 3054539.
HSL color Cylindrical-coordinate representation of color #CB9B2E: hue angle of 41.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB9B2E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.20 |
| HSL | 41.66º | 0.63% | 0.49% | - |
| HSV(B) | 41.66º | 0.77% | 0.8% | - |
| XYZ | 36.84 | 36.34 | 7.66 | - |
| YUV | 156.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 46 | 0 | 0.24 | 0.77 | 0.20 | 41.66 | 0.63 | 0.49 |
| Hex | CB | 9B | 2E | 0 | 18 | 4D | 14 | 2A | 3F | 31 |
| Octal | 313 | 233 | 56 | 0 | 30 | 115 | 24 | 52 | 77 | 61 |
| Binary | 11001011 | 10011011 | 101110 | 0 | 11000 | 1001101 | 10100 | 101010 | 111111 | 110001 |
Color Harmonies of #CB9B2E
Complementary color
Monochromatic Colors of #CB9B2E
Black with #CB9B2E
Text Example
Text Example
White with #CB9B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B2E; }
p { color: rgb(203,155,46); }
H1.HeaderClassName
{
color: #CB9B2E;
}
.AnyTagClassName
{
color: #CB9B2E;
}
</style>
background-color css
<style>
a { background-color: #CB9B2E; }
a { background-color: rgb(203,155,46); }
div.DivClassName
{
background-color: #CB9B2E;
}
.BgClassName
{
background-color: #CB9B2E;
}
</style>
border-color css
<style>
span { border-color: #CB9B2E; }
span { border-color: rgb(203,155,46); }
td.TdClassName
{
border-color: #CB9B2E;
}
.TagClassName
{
border-color: #CB9B2E;
}
</style>