Shades of Fuel Yellow #CB9630
Tints of Fuel Yellow #CB9630
RGB
CMYK
RGB Variations
Color information
#CB9630 (or 0xCB9630) is known color: Fuel Yellow. HEX triplet: CB, 96 and 30. RGB value is (203,150,48). Sum of RGB (Red+Green+Blue) = 203+150+48=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9630 is #3469CF. Grayscale: #9A9A9A. Windows color (decimal): -3434960 or 3184331. OLE color: 3184331.
HSL color Cylindrical-coordinate representation of color #CB9630: hue angle of 39.48º degrees, saturation: 0.62, 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 #CB9630 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 48 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.20 |
| HSL | 39.48º | 0.62% | 0.49% | - |
| HSV(B) | 39.48º | 0.76% | 0.8% | - |
| XYZ | 36.07 | 34.72 | 7.6 | - |
| YUV | 154.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 48 | 0 | 0.26 | 0.76 | 0.20 | 39.48 | 0.62 | 0.49 |
| Hex | CB | 96 | 30 | 0 | 1A | 4C | 14 | 27 | 3E | 31 |
| Octal | 313 | 226 | 60 | 0 | 32 | 114 | 24 | 47 | 76 | 61 |
| Binary | 11001011 | 10010110 | 110000 | 0 | 11010 | 1001100 | 10100 | 100111 | 111110 | 110001 |
Color Harmonies of #CB9630
Complementary color
Monochromatic Colors of #CB9630
Black with #CB9630
Text Example
Text Example
White with #CB9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9630; }
p { color: rgb(203,150,48); }
H1.HeaderClassName
{
color: #CB9630;
}
.AnyTagClassName
{
color: #CB9630;
}
</style>
background-color css
<style>
a { background-color: #CB9630; }
a { background-color: rgb(203,150,48); }
div.DivClassName
{
background-color: #CB9630;
}
.BgClassName
{
background-color: #CB9630;
}
</style>
border-color css
<style>
span { border-color: #CB9630; }
span { border-color: rgb(203,150,48); }
td.TdClassName
{
border-color: #CB9630;
}
.TagClassName
{
border-color: #CB9630;
}
</style>