Shades of Fuel Yellow #CB9239
Tints of Fuel Yellow #CB9239
RGB
CMYK
RGB Variations
Color information
#CB9239 (or 0xCB9239) is known color: Fuel Yellow. HEX triplet: CB, 92 and 39. RGB value is (203,146,57). Sum of RGB (Red+Green+Blue) = 203+146+57=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9239 is #346DC6. Grayscale: #999999. Windows color (decimal): -3435975 or 3773131. OLE color: 3773131.
HSL color Cylindrical-coordinate representation of color #CB9239: hue angle of 36.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB9239 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 57 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.20 |
| HSL | 36.58º | 0.58% | 0.51% | - |
| HSV(B) | 36.58º | 0.72% | 0.8% | - |
| XYZ | 35.65 | 33.55 | 8.47 | - |
| YUV | 152.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 57 | 0 | 0.28 | 0.72 | 0.20 | 36.58 | 0.58 | 0.51 |
| Hex | CB | 92 | 39 | 0 | 1C | 48 | 14 | 25 | 3A | 33 |
| Octal | 313 | 222 | 71 | 0 | 34 | 110 | 24 | 45 | 72 | 63 |
| Binary | 11001011 | 10010010 | 111001 | 0 | 11100 | 1001000 | 10100 | 100101 | 111010 | 110011 |
Color Harmonies of #CB9239
Complementary color
Monochromatic Colors of #CB9239
Black with #CB9239
Text Example
Text Example
White with #CB9239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9239; }
p { color: rgb(203,146,57); }
H1.HeaderClassName
{
color: #CB9239;
}
.AnyTagClassName
{
color: #CB9239;
}
</style>
background-color css
<style>
a { background-color: #CB9239; }
a { background-color: rgb(203,146,57); }
div.DivClassName
{
background-color: #CB9239;
}
.BgClassName
{
background-color: #CB9239;
}
</style>
border-color css
<style>
span { border-color: #CB9239; }
span { border-color: rgb(203,146,57); }
td.TdClassName
{
border-color: #CB9239;
}
.TagClassName
{
border-color: #CB9239;
}
</style>