Shades of Fuel Yellow #CB8F2D
Tints of Fuel Yellow #CB8F2D
RGB
CMYK
RGB Variations
Color information
#CB8F2D (or 0xCB8F2D) is known color: Fuel Yellow. HEX triplet: CB, 8F and 2D. RGB value is (203,143,45). Sum of RGB (Red+Green+Blue) = 203+143+45=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F2D is #3470D2. Grayscale: #969696. Windows color (decimal): -3436755 or 2985931. OLE color: 2985931.
HSL color Cylindrical-coordinate representation of color #CB8F2D: hue angle of 37.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB8F2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.20 |
| HSL | 37.22º | 0.64% | 0.49% | - |
| HSV(B) | 37.22º | 0.78% | 0.8% | - |
| XYZ | 34.92 | 32.53 | 6.92 | - |
| YUV | 149.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 45 | 0 | 0.30 | 0.78 | 0.20 | 37.22 | 0.64 | 0.49 |
| Hex | CB | 8F | 2D | 0 | 1E | 4E | 14 | 25 | 40 | 31 |
| Octal | 313 | 217 | 55 | 0 | 36 | 116 | 24 | 45 | 100 | 61 |
| Binary | 11001011 | 10001111 | 101101 | 0 | 11110 | 1001110 | 10100 | 100101 | 1000000 | 110001 |
Color Harmonies of #CB8F2D
Complementary color
Monochromatic Colors of #CB8F2D
Black with #CB8F2D
Text Example
Text Example
White with #CB8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F2D; }
p { color: rgb(203,143,45); }
H1.HeaderClassName
{
color: #CB8F2D;
}
.AnyTagClassName
{
color: #CB8F2D;
}
</style>
background-color css
<style>
a { background-color: #CB8F2D; }
a { background-color: rgb(203,143,45); }
div.DivClassName
{
background-color: #CB8F2D;
}
.BgClassName
{
background-color: #CB8F2D;
}
</style>
border-color css
<style>
span { border-color: #CB8F2D; }
span { border-color: rgb(203,143,45); }
td.TdClassName
{
border-color: #CB8F2D;
}
.TagClassName
{
border-color: #CB8F2D;
}
</style>