Shades of Fuel Yellow #CB9938
Tints of Fuel Yellow #CB9938
RGB
CMYK
RGB Variations
Color information
#CB9938 (or 0xCB9938) is known color: Fuel Yellow. HEX triplet: CB, 99 and 38. RGB value is (203,153,56). Sum of RGB (Red+Green+Blue) = 203+153+56=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9938 is #3466C7. Grayscale: #9D9D9D. Windows color (decimal): -3434184 or 3709387. OLE color: 3709387.
HSL color Cylindrical-coordinate representation of color #CB9938: hue angle of 39.59º degrees, saturation: 0.59, 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 #CB9938 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 56 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.20 |
| HSL | 39.59º | 0.59% | 0.51% | - |
| HSV(B) | 39.59º | 0.72% | 0.8% | - |
| XYZ | 36.73 | 35.76 | 8.71 | - |
| YUV | 156.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 56 | 0 | 0.25 | 0.72 | 0.20 | 39.59 | 0.59 | 0.51 |
| Hex | CB | 99 | 38 | 0 | 19 | 48 | 14 | 28 | 3B | 33 |
| Octal | 313 | 231 | 70 | 0 | 31 | 110 | 24 | 50 | 73 | 63 |
| Binary | 11001011 | 10011001 | 111000 | 0 | 11001 | 1001000 | 10100 | 101000 | 111011 | 110011 |
Color Harmonies of #CB9938
Complementary color
Monochromatic Colors of #CB9938
Black with #CB9938
Text Example
Text Example
White with #CB9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9938; }
p { color: rgb(203,153,56); }
H1.HeaderClassName
{
color: #CB9938;
}
.AnyTagClassName
{
color: #CB9938;
}
</style>
background-color css
<style>
a { background-color: #CB9938; }
a { background-color: rgb(203,153,56); }
div.DivClassName
{
background-color: #CB9938;
}
.BgClassName
{
background-color: #CB9938;
}
</style>
border-color css
<style>
span { border-color: #CB9938; }
span { border-color: rgb(203,153,56); }
td.TdClassName
{
border-color: #CB9938;
}
.TagClassName
{
border-color: #CB9938;
}
</style>