Shades of Fuel Yellow #CB9636
Tints of Fuel Yellow #CB9636
RGB
CMYK
RGB Variations
Color information
#CB9636 (or 0xCB9636) is known color: Fuel Yellow. HEX triplet: CB, 96 and 36. RGB value is (203,150,54). Sum of RGB (Red+Green+Blue) = 203+150+54=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9636 is #3469C9. Grayscale: #9B9B9B. Windows color (decimal): -3434954 or 3577547. OLE color: 3577547.
HSL color Cylindrical-coordinate representation of color #CB9636: hue angle of 38.66º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB9636 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 54 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.20 |
| HSL | 38.66º | 0.59% | 0.5% | - |
| HSV(B) | 38.66º | 0.73% | 0.8% | - |
| XYZ | 36.2 | 34.78 | 8.29 | - |
| YUV | 154.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 54 | 0 | 0.26 | 0.73 | 0.20 | 38.66 | 0.59 | 0.5 |
| Hex | CB | 96 | 36 | 0 | 1A | 49 | 14 | 27 | 3B | 32 |
| Octal | 313 | 226 | 66 | 0 | 32 | 111 | 24 | 47 | 73 | 62 |
| Binary | 11001011 | 10010110 | 110110 | 0 | 11010 | 1001001 | 10100 | 100111 | 111011 | 110010 |
Color Harmonies of #CB9636
Complementary color
Monochromatic Colors of #CB9636
Black with #CB9636
Text Example
Text Example
White with #CB9636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9636; }
p { color: rgb(203,150,54); }
H1.HeaderClassName
{
color: #CB9636;
}
.AnyTagClassName
{
color: #CB9636;
}
</style>
background-color css
<style>
a { background-color: #CB9636; }
a { background-color: rgb(203,150,54); }
div.DivClassName
{
background-color: #CB9636;
}
.BgClassName
{
background-color: #CB9636;
}
</style>
border-color css
<style>
span { border-color: #CB9636; }
span { border-color: rgb(203,150,54); }
td.TdClassName
{
border-color: #CB9636;
}
.TagClassName
{
border-color: #CB9636;
}
</style>