Shades of Fuel Yellow #CB8F31
Tints of Fuel Yellow #CB8F31
RGB
CMYK
RGB Variations
Color information
#CB8F31 (or 0xCB8F31) is known color: Fuel Yellow. HEX triplet: CB, 8F and 31. RGB value is (203,143,49). Sum of RGB (Red+Green+Blue) = 203+143+49=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F31 is #3470CE. Grayscale: #969696. Windows color (decimal): -3436751 or 3248075. OLE color: 3248075.
HSL color Cylindrical-coordinate representation of color #CB8F31: hue angle of 36.62º degrees, saturation: 0.61, 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 #CB8F31 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 49 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.20 |
| HSL | 36.62º | 0.61% | 0.49% | - |
| HSV(B) | 36.62º | 0.76% | 0.8% | - |
| XYZ | 35.01 | 32.56 | 7.35 | - |
| YUV | 150.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 49 | 0 | 0.30 | 0.76 | 0.20 | 36.62 | 0.61 | 0.49 |
| Hex | CB | 8F | 31 | 0 | 1E | 4C | 14 | 25 | 3D | 31 |
| Octal | 313 | 217 | 61 | 0 | 36 | 114 | 24 | 45 | 75 | 61 |
| Binary | 11001011 | 10001111 | 110001 | 0 | 11110 | 1001100 | 10100 | 100101 | 111101 | 110001 |
Color Harmonies of #CB8F31
Complementary color
Monochromatic Colors of #CB8F31
Black with #CB8F31
Text Example
Text Example
White with #CB8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F31; }
p { color: rgb(203,143,49); }
H1.HeaderClassName
{
color: #CB8F31;
}
.AnyTagClassName
{
color: #CB8F31;
}
</style>
background-color css
<style>
a { background-color: #CB8F31; }
a { background-color: rgb(203,143,49); }
div.DivClassName
{
background-color: #CB8F31;
}
.BgClassName
{
background-color: #CB8F31;
}
</style>
border-color css
<style>
span { border-color: #CB8F31; }
span { border-color: rgb(203,143,49); }
td.TdClassName
{
border-color: #CB8F31;
}
.TagClassName
{
border-color: #CB8F31;
}
</style>