Shades of Fuel Yellow #CB9530
Tints of Fuel Yellow #CB9530
RGB
CMYK
RGB Variations
Color information
#CB9530 (or 0xCB9530) is known color: Fuel Yellow. HEX triplet: CB, 95 and 30. RGB value is (203,149,48). Sum of RGB (Red+Green+Blue) = 203+149+48=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9530 is #346ACF. Grayscale: #9A9A9A. Windows color (decimal): -3435216 or 3184075. OLE color: 3184075.
HSL color Cylindrical-coordinate representation of color #CB9530: hue angle of 39.1º 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 #CB9530 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 48 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.20 |
| HSL | 39.1º | 0.62% | 0.49% | - |
| HSV(B) | 39.1º | 0.76% | 0.8% | - |
| XYZ | 35.91 | 34.4 | 7.54 | - |
| YUV | 153.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 48 | 0 | 0.27 | 0.76 | 0.20 | 39.1 | 0.62 | 0.49 |
| Hex | CB | 95 | 30 | 0 | 1B | 4C | 14 | 27 | 3E | 31 |
| Octal | 313 | 225 | 60 | 0 | 33 | 114 | 24 | 47 | 76 | 61 |
| Binary | 11001011 | 10010101 | 110000 | 0 | 11011 | 1001100 | 10100 | 100111 | 111110 | 110001 |
Color Harmonies of #CB9530
Complementary color
Monochromatic Colors of #CB9530
Black with #CB9530
Text Example
Text Example
White with #CB9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9530; }
p { color: rgb(203,149,48); }
H1.HeaderClassName
{
color: #CB9530;
}
.AnyTagClassName
{
color: #CB9530;
}
</style>
background-color css
<style>
a { background-color: #CB9530; }
a { background-color: rgb(203,149,48); }
div.DivClassName
{
background-color: #CB9530;
}
.BgClassName
{
background-color: #CB9530;
}
</style>
border-color css
<style>
span { border-color: #CB9530; }
span { border-color: rgb(203,149,48); }
td.TdClassName
{
border-color: #CB9530;
}
.TagClassName
{
border-color: #CB9530;
}
</style>