Shades of Fuel Yellow #CB8C2C
Tints of Fuel Yellow #CB8C2C
RGB
CMYK
RGB Variations
Color information
#CB8C2C (or 0xCB8C2C) is known color: Fuel Yellow. HEX triplet: CB, 8C and 2C. RGB value is (203,140,44). Sum of RGB (Red+Green+Blue) = 203+140+44=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C2C is #3473D3. Grayscale: #949494. Windows color (decimal): -3437524 or 2919627. OLE color: 2919627.
HSL color Cylindrical-coordinate representation of color #CB8C2C: hue angle of 36.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB8C2C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 44 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.20 |
| HSL | 36.23º | 0.64% | 0.48% | - |
| HSV(B) | 36.23º | 0.78% | 0.8% | - |
| XYZ | 34.46 | 31.63 | 6.67 | - |
| YUV | 147.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 44 | 0 | 0.31 | 0.78 | 0.20 | 36.23 | 0.64 | 0.48 |
| Hex | CB | 8C | 2C | 0 | 1F | 4E | 14 | 24 | 40 | 30 |
| Octal | 313 | 214 | 54 | 0 | 37 | 116 | 24 | 44 | 100 | 60 |
| Binary | 11001011 | 10001100 | 101100 | 0 | 11111 | 1001110 | 10100 | 100100 | 1000000 | 110000 |
Color Harmonies of #CB8C2C
Complementary color
Monochromatic Colors of #CB8C2C
Black with #CB8C2C
Text Example
Text Example
White with #CB8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C2C; }
p { color: rgb(203,140,44); }
H1.HeaderClassName
{
color: #CB8C2C;
}
.AnyTagClassName
{
color: #CB8C2C;
}
</style>
background-color css
<style>
a { background-color: #CB8C2C; }
a { background-color: rgb(203,140,44); }
div.DivClassName
{
background-color: #CB8C2C;
}
.BgClassName
{
background-color: #CB8C2C;
}
</style>
border-color css
<style>
span { border-color: #CB8C2C; }
span { border-color: rgb(203,140,44); }
td.TdClassName
{
border-color: #CB8C2C;
}
.TagClassName
{
border-color: #CB8C2C;
}
</style>