Shades of Fuel Yellow #CB9231
Tints of Fuel Yellow #CB9231
RGB
CMYK
RGB Variations
Color information
#CB9231 (or 0xCB9231) is known color: Fuel Yellow. HEX triplet: CB, 92 and 31. RGB value is (203,146,49). Sum of RGB (Red+Green+Blue) = 203+146+49=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9231 is #346DCE. Grayscale: #989898. Windows color (decimal): -3435983 or 3248843. OLE color: 3248843.
HSL color Cylindrical-coordinate representation of color #CB9231: hue angle of 37.79º 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 #CB9231 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 49 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.20 |
| HSL | 37.79º | 0.61% | 0.49% | - |
| HSV(B) | 37.79º | 0.76% | 0.8% | - |
| XYZ | 35.46 | 33.48 | 7.5 | - |
| YUV | 151.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 49 | 0 | 0.28 | 0.76 | 0.20 | 37.79 | 0.61 | 0.49 |
| Hex | CB | 92 | 31 | 0 | 1C | 4C | 14 | 26 | 3D | 31 |
| Octal | 313 | 222 | 61 | 0 | 34 | 114 | 24 | 46 | 75 | 61 |
| Binary | 11001011 | 10010010 | 110001 | 0 | 11100 | 1001100 | 10100 | 100110 | 111101 | 110001 |
Color Harmonies of #CB9231
Complementary color
Monochromatic Colors of #CB9231
Black with #CB9231
Text Example
Text Example
White with #CB9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9231; }
p { color: rgb(203,146,49); }
H1.HeaderClassName
{
color: #CB9231;
}
.AnyTagClassName
{
color: #CB9231;
}
</style>
background-color css
<style>
a { background-color: #CB9231; }
a { background-color: rgb(203,146,49); }
div.DivClassName
{
background-color: #CB9231;
}
.BgClassName
{
background-color: #CB9231;
}
</style>
border-color css
<style>
span { border-color: #CB9231; }
span { border-color: rgb(203,146,49); }
td.TdClassName
{
border-color: #CB9231;
}
.TagClassName
{
border-color: #CB9231;
}
</style>