Shades of Fuel Yellow #CB8C31
Tints of Fuel Yellow #CB8C31
RGB
CMYK
RGB Variations
Color information
#CB8C31 (or 0xCB8C31) is known color: Fuel Yellow. HEX triplet: CB, 8C and 31. RGB value is (203,140,49). Sum of RGB (Red+Green+Blue) = 203+140+49=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C31 is #3473CE. Grayscale: #949494. Windows color (decimal): -3437519 or 3247307. OLE color: 3247307.
HSL color Cylindrical-coordinate representation of color #CB8C31: hue angle of 35.45º 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 #CB8C31 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 49 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.20 |
| HSL | 35.45º | 0.61% | 0.49% | - |
| HSV(B) | 35.45º | 0.76% | 0.8% | - |
| XYZ | 34.56 | 31.67 | 7.2 | - |
| YUV | 148.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 49 | 0 | 0.31 | 0.76 | 0.20 | 35.45 | 0.61 | 0.49 |
| Hex | CB | 8C | 31 | 0 | 1F | 4C | 14 | 23 | 3D | 31 |
| Octal | 313 | 214 | 61 | 0 | 37 | 114 | 24 | 43 | 75 | 61 |
| Binary | 11001011 | 10001100 | 110001 | 0 | 11111 | 1001100 | 10100 | 100011 | 111101 | 110001 |
Color Harmonies of #CB8C31
Complementary color
Monochromatic Colors of #CB8C31
Black with #CB8C31
Text Example
Text Example
White with #CB8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C31; }
p { color: rgb(203,140,49); }
H1.HeaderClassName
{
color: #CB8C31;
}
.AnyTagClassName
{
color: #CB8C31;
}
</style>
background-color css
<style>
a { background-color: #CB8C31; }
a { background-color: rgb(203,140,49); }
div.DivClassName
{
background-color: #CB8C31;
}
.BgClassName
{
background-color: #CB8C31;
}
</style>
border-color css
<style>
span { border-color: #CB8C31; }
span { border-color: rgb(203,140,49); }
td.TdClassName
{
border-color: #CB8C31;
}
.TagClassName
{
border-color: #CB8C31;
}
</style>