Shades of Fuel Yellow #CB8F30
Tints of Fuel Yellow #CB8F30
RGB
CMYK
RGB Variations
Color information
#CB8F30 (or 0xCB8F30) is known color: Fuel Yellow. HEX triplet: CB, 8F and 30. RGB value is (203,143,48). Sum of RGB (Red+Green+Blue) = 203+143+48=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F30 is #3470CF. Grayscale: #969696. Windows color (decimal): -3436752 or 3182539. OLE color: 3182539.
HSL color Cylindrical-coordinate representation of color #CB8F30: hue angle of 36.77º degrees, saturation: 0.62, 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 #CB8F30 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 48 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.20 |
| HSL | 36.77º | 0.62% | 0.49% | - |
| HSV(B) | 36.77º | 0.76% | 0.8% | - |
| XYZ | 34.98 | 32.55 | 7.24 | - |
| YUV | 150.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 48 | 0 | 0.30 | 0.76 | 0.20 | 36.77 | 0.62 | 0.49 |
| Hex | CB | 8F | 30 | 0 | 1E | 4C | 14 | 25 | 3E | 31 |
| Octal | 313 | 217 | 60 | 0 | 36 | 114 | 24 | 45 | 76 | 61 |
| Binary | 11001011 | 10001111 | 110000 | 0 | 11110 | 1001100 | 10100 | 100101 | 111110 | 110001 |
Color Harmonies of #CB8F30
Complementary color
Monochromatic Colors of #CB8F30
Black with #CB8F30
Text Example
Text Example
White with #CB8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F30; }
p { color: rgb(203,143,48); }
H1.HeaderClassName
{
color: #CB8F30;
}
.AnyTagClassName
{
color: #CB8F30;
}
</style>
background-color css
<style>
a { background-color: #CB8F30; }
a { background-color: rgb(203,143,48); }
div.DivClassName
{
background-color: #CB8F30;
}
.BgClassName
{
background-color: #CB8F30;
}
</style>
border-color css
<style>
span { border-color: #CB8F30; }
span { border-color: rgb(203,143,48); }
td.TdClassName
{
border-color: #CB8F30;
}
.TagClassName
{
border-color: #CB8F30;
}
</style>