Shades of Fuel Yellow #CB9E2E
Tints of Fuel Yellow #CB9E2E
RGB
CMYK
RGB Variations
Color information
#CB9E2E (or 0xCB9E2E) is known color: Fuel Yellow. HEX triplet: CB, 9E and 2E. RGB value is (203,158,46). Sum of RGB (Red+Green+Blue) = 203+158+46=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E2E is #3461D1. Grayscale: #9F9F9F. Windows color (decimal): -3432914 or 3055307. OLE color: 3055307.
HSL color Cylindrical-coordinate representation of color #CB9E2E: hue angle of 42.8º 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 #CB9E2E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 46 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.20 |
| HSL | 42.8º | 0.63% | 0.49% | - |
| HSV(B) | 42.8º | 0.77% | 0.8% | - |
| XYZ | 37.35 | 37.35 | 7.83 | - |
| YUV | 158.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 46 | 0 | 0.22 | 0.77 | 0.20 | 42.8 | 0.63 | 0.49 |
| Hex | CB | 9E | 2E | 0 | 16 | 4D | 14 | 2B | 3F | 31 |
| Octal | 313 | 236 | 56 | 0 | 26 | 115 | 24 | 53 | 77 | 61 |
| Binary | 11001011 | 10011110 | 101110 | 0 | 10110 | 1001101 | 10100 | 101011 | 111111 | 110001 |
Color Harmonies of #CB9E2E
Complementary color
Monochromatic Colors of #CB9E2E
Black with #CB9E2E
Text Example
Text Example
White with #CB9E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E2E; }
p { color: rgb(203,158,46); }
H1.HeaderClassName
{
color: #CB9E2E;
}
.AnyTagClassName
{
color: #CB9E2E;
}
</style>
background-color css
<style>
a { background-color: #CB9E2E; }
a { background-color: rgb(203,158,46); }
div.DivClassName
{
background-color: #CB9E2E;
}
.BgClassName
{
background-color: #CB9E2E;
}
</style>
border-color css
<style>
span { border-color: #CB9E2E; }
span { border-color: rgb(203,158,46); }
td.TdClassName
{
border-color: #CB9E2E;
}
.TagClassName
{
border-color: #CB9E2E;
}
</style>