Shades of Fuel Yellow #CB992E
Tints of Fuel Yellow #CB992E
RGB
CMYK
RGB Variations
Color information
#CB992E (or 0xCB992E) is known color: Fuel Yellow. HEX triplet: CB, 99 and 2E. RGB value is (203,153,46). Sum of RGB (Red+Green+Blue) = 203+153+46=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB992E is #3466D1. Grayscale: #9C9C9C. Windows color (decimal): -3434194 or 3054027. OLE color: 3054027.
HSL color Cylindrical-coordinate representation of color #CB992E: hue angle of 40.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB992E is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 46 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.20 |
| HSL | 40.89º | 0.63% | 0.49% | - |
| HSV(B) | 40.89º | 0.77% | 0.8% | - |
| XYZ | 36.51 | 35.68 | 7.55 | - |
| YUV | 155.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 46 | 0 | 0.25 | 0.77 | 0.20 | 40.89 | 0.63 | 0.49 |
| Hex | CB | 99 | 2E | 0 | 19 | 4D | 14 | 29 | 3F | 31 |
| Octal | 313 | 231 | 56 | 0 | 31 | 115 | 24 | 51 | 77 | 61 |
| Binary | 11001011 | 10011001 | 101110 | 0 | 11001 | 1001101 | 10100 | 101001 | 111111 | 110001 |
Color Harmonies of #CB992E
Complementary color
Monochromatic Colors of #CB992E
Black with #CB992E
Text Example
Text Example
White with #CB992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB992E; }
p { color: rgb(203,153,46); }
H1.HeaderClassName
{
color: #CB992E;
}
.AnyTagClassName
{
color: #CB992E;
}
</style>
background-color css
<style>
a { background-color: #CB992E; }
a { background-color: rgb(203,153,46); }
div.DivClassName
{
background-color: #CB992E;
}
.BgClassName
{
background-color: #CB992E;
}
</style>
border-color css
<style>
span { border-color: #CB992E; }
span { border-color: rgb(203,153,46); }
td.TdClassName
{
border-color: #CB992E;
}
.TagClassName
{
border-color: #CB992E;
}
</style>