Shades of Fuel Yellow #CB9A2E
Tints of Fuel Yellow #CB9A2E
RGB
CMYK
RGB Variations
Color information
#CB9A2E (or 0xCB9A2E) is known color: Fuel Yellow. HEX triplet: CB, 9A and 2E. RGB value is (203,154,46). Sum of RGB (Red+Green+Blue) = 203+154+46=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A2E is #3465D1. Grayscale: #9C9C9C. Windows color (decimal): -3433938 or 3054283. OLE color: 3054283.
HSL color Cylindrical-coordinate representation of color #CB9A2E: hue angle of 41.27º 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 #CB9A2E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.20 |
| HSL | 41.27º | 0.63% | 0.49% | - |
| HSV(B) | 41.27º | 0.77% | 0.8% | - |
| XYZ | 36.68 | 36 | 7.6 | - |
| YUV | 156.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 46 | 0 | 0.24 | 0.77 | 0.20 | 41.27 | 0.63 | 0.49 |
| Hex | CB | 9A | 2E | 0 | 18 | 4D | 14 | 29 | 3F | 31 |
| Octal | 313 | 232 | 56 | 0 | 30 | 115 | 24 | 51 | 77 | 61 |
| Binary | 11001011 | 10011010 | 101110 | 0 | 11000 | 1001101 | 10100 | 101001 | 111111 | 110001 |
Color Harmonies of #CB9A2E
Complementary color
Monochromatic Colors of #CB9A2E
Black with #CB9A2E
Text Example
Text Example
White with #CB9A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A2E; }
p { color: rgb(203,154,46); }
H1.HeaderClassName
{
color: #CB9A2E;
}
.AnyTagClassName
{
color: #CB9A2E;
}
</style>
background-color css
<style>
a { background-color: #CB9A2E; }
a { background-color: rgb(203,154,46); }
div.DivClassName
{
background-color: #CB9A2E;
}
.BgClassName
{
background-color: #CB9A2E;
}
</style>
border-color css
<style>
span { border-color: #CB9A2E; }
span { border-color: rgb(203,154,46); }
td.TdClassName
{
border-color: #CB9A2E;
}
.TagClassName
{
border-color: #CB9A2E;
}
</style>