Shades of Fuel Yellow #CB8F2B
Tints of Fuel Yellow #CB8F2B
RGB
CMYK
RGB Variations
Color information
#CB8F2B (or 0xCB8F2B) is known color: Fuel Yellow. HEX triplet: CB, 8F and 2B. RGB value is (203,143,43). Sum of RGB (Red+Green+Blue) = 203+143+43=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F2B is #3470D4. Grayscale: #959595. Windows color (decimal): -3436757 or 2854859. OLE color: 2854859.
HSL color Cylindrical-coordinate representation of color #CB8F2B: hue angle of 37.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB8F2B is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 43 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.20 |
| HSL | 37.5º | 0.65% | 0.48% | - |
| HSV(B) | 37.5º | 0.79% | 0.8% | - |
| XYZ | 34.89 | 32.52 | 6.72 | - |
| YUV | 149.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 43 | 0 | 0.30 | 0.79 | 0.20 | 37.5 | 0.65 | 0.48 |
| Hex | CB | 8F | 2B | 0 | 1E | 4F | 14 | 26 | 41 | 30 |
| Octal | 313 | 217 | 53 | 0 | 36 | 117 | 24 | 46 | 101 | 60 |
| Binary | 11001011 | 10001111 | 101011 | 0 | 11110 | 1001111 | 10100 | 100110 | 1000001 | 110000 |
Color Harmonies of #CB8F2B
Complementary color
Monochromatic Colors of #CB8F2B
Black with #CB8F2B
Text Example
Text Example
White with #CB8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F2B; }
p { color: rgb(203,143,43); }
H1.HeaderClassName
{
color: #CB8F2B;
}
.AnyTagClassName
{
color: #CB8F2B;
}
</style>
background-color css
<style>
a { background-color: #CB8F2B; }
a { background-color: rgb(203,143,43); }
div.DivClassName
{
background-color: #CB8F2B;
}
.BgClassName
{
background-color: #CB8F2B;
}
</style>
border-color css
<style>
span { border-color: #CB8F2B; }
span { border-color: rgb(203,143,43); }
td.TdClassName
{
border-color: #CB8F2B;
}
.TagClassName
{
border-color: #CB8F2B;
}
</style>