Shades of Fuel Yellow #CB9931
Tints of Fuel Yellow #CB9931
RGB
CMYK
RGB Variations
Color information
#CB9931 (or 0xCB9931) is known color: Fuel Yellow. HEX triplet: CB, 99 and 31. RGB value is (203,153,49). Sum of RGB (Red+Green+Blue) = 203+153+49=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9931 is #3466CE. Grayscale: #9C9C9C. Windows color (decimal): -3434191 or 3250635. OLE color: 3250635.
HSL color Cylindrical-coordinate representation of color #CB9931: hue angle of 40.52º 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 #CB9931 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 49 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.20 |
| HSL | 40.52º | 0.61% | 0.49% | - |
| HSV(B) | 40.52º | 0.76% | 0.8% | - |
| XYZ | 36.57 | 35.7 | 7.87 | - |
| YUV | 156.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 49 | 0 | 0.25 | 0.76 | 0.20 | 40.52 | 0.61 | 0.49 |
| Hex | CB | 99 | 31 | 0 | 19 | 4C | 14 | 29 | 3D | 31 |
| Octal | 313 | 231 | 61 | 0 | 31 | 114 | 24 | 51 | 75 | 61 |
| Binary | 11001011 | 10011001 | 110001 | 0 | 11001 | 1001100 | 10100 | 101001 | 111101 | 110001 |
Color Harmonies of #CB9931
Complementary color
Monochromatic Colors of #CB9931
Black with #CB9931
Text Example
Text Example
White with #CB9931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9931; }
p { color: rgb(203,153,49); }
H1.HeaderClassName
{
color: #CB9931;
}
.AnyTagClassName
{
color: #CB9931;
}
</style>
background-color css
<style>
a { background-color: #CB9931; }
a { background-color: rgb(203,153,49); }
div.DivClassName
{
background-color: #CB9931;
}
.BgClassName
{
background-color: #CB9931;
}
</style>
border-color css
<style>
span { border-color: #CB9931; }
span { border-color: rgb(203,153,49); }
td.TdClassName
{
border-color: #CB9931;
}
.TagClassName
{
border-color: #CB9931;
}
</style>