Shades of Fuel Yellow #CB9339
Tints of Fuel Yellow #CB9339
RGB
CMYK
RGB Variations
Color information
#CB9339 (or 0xCB9339) is known color: Fuel Yellow. HEX triplet: CB, 93 and 39. RGB value is (203,147,57). Sum of RGB (Red+Green+Blue) = 203+147+57=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9339 is #346CC6. Grayscale: #999999. Windows color (decimal): -3435719 or 3773387. OLE color: 3773387.
HSL color Cylindrical-coordinate representation of color #CB9339: hue angle of 36.99º 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 #CB9339 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 57 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.20 |
| HSL | 36.99º | 0.58% | 0.51% | - |
| HSV(B) | 36.99º | 0.72% | 0.8% | - |
| XYZ | 35.8 | 33.86 | 8.52 | - |
| YUV | 153.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 57 | 0 | 0.28 | 0.72 | 0.20 | 36.99 | 0.58 | 0.51 |
| Hex | CB | 93 | 39 | 0 | 1C | 48 | 14 | 25 | 3A | 33 |
| Octal | 313 | 223 | 71 | 0 | 34 | 110 | 24 | 45 | 72 | 63 |
| Binary | 11001011 | 10010011 | 111001 | 0 | 11100 | 1001000 | 10100 | 100101 | 111010 | 110011 |
Color Harmonies of #CB9339
Complementary color
Monochromatic Colors of #CB9339
Black with #CB9339
Text Example
Text Example
White with #CB9339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9339; }
p { color: rgb(203,147,57); }
H1.HeaderClassName
{
color: #CB9339;
}
.AnyTagClassName
{
color: #CB9339;
}
</style>
background-color css
<style>
a { background-color: #CB9339; }
a { background-color: rgb(203,147,57); }
div.DivClassName
{
background-color: #CB9339;
}
.BgClassName
{
background-color: #CB9339;
}
</style>
border-color css
<style>
span { border-color: #CB9339; }
span { border-color: rgb(203,147,57); }
td.TdClassName
{
border-color: #CB9339;
}
.TagClassName
{
border-color: #CB9339;
}
</style>