Shades of Fuel Yellow #CB8E2D
Tints of Fuel Yellow #CB8E2D
RGB
CMYK
RGB Variations
Color information
#CB8E2D (or 0xCB8E2D) is known color: Fuel Yellow. HEX triplet: CB, 8E and 2D. RGB value is (203,142,45). Sum of RGB (Red+Green+Blue) = 203+142+45=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E2D is #3471D2. Grayscale: #959595. Windows color (decimal): -3437011 or 2985675. OLE color: 2985675.
HSL color Cylindrical-coordinate representation of color #CB8E2D: hue angle of 36.84º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB8E2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.20 |
| HSL | 36.84º | 0.64% | 0.49% | - |
| HSV(B) | 36.84º | 0.78% | 0.8% | - |
| XYZ | 34.78 | 32.23 | 6.87 | - |
| YUV | 149.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 45 | 0 | 0.30 | 0.78 | 0.20 | 36.84 | 0.64 | 0.49 |
| Hex | CB | 8E | 2D | 0 | 1E | 4E | 14 | 25 | 40 | 31 |
| Octal | 313 | 216 | 55 | 0 | 36 | 116 | 24 | 45 | 100 | 61 |
| Binary | 11001011 | 10001110 | 101101 | 0 | 11110 | 1001110 | 10100 | 100101 | 1000000 | 110001 |
Color Harmonies of #CB8E2D
Complementary color
Monochromatic Colors of #CB8E2D
Black with #CB8E2D
Text Example
Text Example
White with #CB8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E2D; }
p { color: rgb(203,142,45); }
H1.HeaderClassName
{
color: #CB8E2D;
}
.AnyTagClassName
{
color: #CB8E2D;
}
</style>
background-color css
<style>
a { background-color: #CB8E2D; }
a { background-color: rgb(203,142,45); }
div.DivClassName
{
background-color: #CB8E2D;
}
.BgClassName
{
background-color: #CB8E2D;
}
</style>
border-color css
<style>
span { border-color: #CB8E2D; }
span { border-color: rgb(203,142,45); }
td.TdClassName
{
border-color: #CB8E2D;
}
.TagClassName
{
border-color: #CB8E2D;
}
</style>