Shades of Fuel Yellow #CB9830
Tints of Fuel Yellow #CB9830
RGB
CMYK
RGB Variations
Color information
#CB9830 (or 0xCB9830) is known color: Fuel Yellow. HEX triplet: CB, 98 and 30. RGB value is (203,152,48). Sum of RGB (Red+Green+Blue) = 203+152+48=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9830 is #3467CF. Grayscale: #9B9B9B. Windows color (decimal): -3434448 or 3184843. OLE color: 3184843.
HSL color Cylindrical-coordinate representation of color #CB9830: hue angle of 40.26º 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 #CB9830 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 48 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.20 |
| HSL | 40.26º | 0.62% | 0.49% | - |
| HSV(B) | 40.26º | 0.76% | 0.8% | - |
| XYZ | 36.39 | 35.37 | 7.7 | - |
| YUV | 155.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 48 | 0 | 0.25 | 0.76 | 0.20 | 40.26 | 0.62 | 0.49 |
| Hex | CB | 98 | 30 | 0 | 19 | 4C | 14 | 28 | 3E | 31 |
| Octal | 313 | 230 | 60 | 0 | 31 | 114 | 24 | 50 | 76 | 61 |
| Binary | 11001011 | 10011000 | 110000 | 0 | 11001 | 1001100 | 10100 | 101000 | 111110 | 110001 |
Color Harmonies of #CB9830
Complementary color
Monochromatic Colors of #CB9830
Black with #CB9830
Text Example
Text Example
White with #CB9830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9830; }
p { color: rgb(203,152,48); }
H1.HeaderClassName
{
color: #CB9830;
}
.AnyTagClassName
{
color: #CB9830;
}
</style>
background-color css
<style>
a { background-color: #CB9830; }
a { background-color: rgb(203,152,48); }
div.DivClassName
{
background-color: #CB9830;
}
.BgClassName
{
background-color: #CB9830;
}
</style>
border-color css
<style>
span { border-color: #CB9830; }
span { border-color: rgb(203,152,48); }
td.TdClassName
{
border-color: #CB9830;
}
.TagClassName
{
border-color: #CB9830;
}
</style>