Shades of Fuel Yellow #CB8F2F
Tints of Fuel Yellow #CB8F2F
RGB
CMYK
RGB Variations
Color information
#CB8F2F (or 0xCB8F2F) is known color: Fuel Yellow. HEX triplet: CB, 8F and 2F. RGB value is (203,143,47). Sum of RGB (Red+Green+Blue) = 203+143+47=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F2F is #3470D0. Grayscale: #969696. Windows color (decimal): -3436753 or 3117003. OLE color: 3117003.
HSL color Cylindrical-coordinate representation of color #CB8F2F: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB8F2F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 47 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.20 |
| HSL | 36.92º | 0.62% | 0.49% | - |
| HSV(B) | 36.92º | 0.77% | 0.8% | - |
| XYZ | 34.96 | 32.55 | 7.13 | - |
| YUV | 150 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 47 | 0 | 0.30 | 0.77 | 0.20 | 36.92 | 0.62 | 0.49 |
| Hex | CB | 8F | 2F | 0 | 1E | 4D | 14 | 25 | 3E | 31 |
| Octal | 313 | 217 | 57 | 0 | 36 | 115 | 24 | 45 | 76 | 61 |
| Binary | 11001011 | 10001111 | 101111 | 0 | 11110 | 1001101 | 10100 | 100101 | 111110 | 110001 |
Color Harmonies of #CB8F2F
Complementary color
Monochromatic Colors of #CB8F2F
Black with #CB8F2F
Text Example
Text Example
White with #CB8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F2F; }
p { color: rgb(203,143,47); }
H1.HeaderClassName
{
color: #CB8F2F;
}
.AnyTagClassName
{
color: #CB8F2F;
}
</style>
background-color css
<style>
a { background-color: #CB8F2F; }
a { background-color: rgb(203,143,47); }
div.DivClassName
{
background-color: #CB8F2F;
}
.BgClassName
{
background-color: #CB8F2F;
}
</style>
border-color css
<style>
span { border-color: #CB8F2F; }
span { border-color: rgb(203,143,47); }
td.TdClassName
{
border-color: #CB8F2F;
}
.TagClassName
{
border-color: #CB8F2F;
}
</style>