Shades of Fuel Yellow #CB9731
Tints of Fuel Yellow #CB9731
RGB
CMYK
RGB Variations
Color information
#CB9731 (or 0xCB9731) is known color: Fuel Yellow. HEX triplet: CB, 97 and 31. RGB value is (203,151,49). Sum of RGB (Red+Green+Blue) = 203+151+49=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9731 is #3468CE. Grayscale: #9B9B9B. Windows color (decimal): -3434703 or 3250123. OLE color: 3250123.
HSL color Cylindrical-coordinate representation of color #CB9731: hue angle of 39.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB9731 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 49 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.20 |
| HSL | 39.74º | 0.61% | 0.49% | - |
| HSV(B) | 39.74º | 0.76% | 0.8% | - |
| XYZ | 36.25 | 35.05 | 7.76 | - |
| YUV | 154.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 49 | 0 | 0.26 | 0.76 | 0.20 | 39.74 | 0.61 | 0.49 |
| Hex | CB | 97 | 31 | 0 | 1A | 4C | 14 | 28 | 3D | 31 |
| Octal | 313 | 227 | 61 | 0 | 32 | 114 | 24 | 50 | 75 | 61 |
| Binary | 11001011 | 10010111 | 110001 | 0 | 11010 | 1001100 | 10100 | 101000 | 111101 | 110001 |
Color Harmonies of #CB9731
Complementary color
Monochromatic Colors of #CB9731
Black with #CB9731
Text Example
Text Example
White with #CB9731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9731; }
p { color: rgb(203,151,49); }
H1.HeaderClassName
{
color: #CB9731;
}
.AnyTagClassName
{
color: #CB9731;
}
</style>
background-color css
<style>
a { background-color: #CB9731; }
a { background-color: rgb(203,151,49); }
div.DivClassName
{
background-color: #CB9731;
}
.BgClassName
{
background-color: #CB9731;
}
</style>
border-color css
<style>
span { border-color: #CB9731; }
span { border-color: rgb(203,151,49); }
td.TdClassName
{
border-color: #CB9731;
}
.TagClassName
{
border-color: #CB9731;
}
</style>