Shades of Fuel Yellow #CB9739
Tints of Fuel Yellow #CB9739
RGB
CMYK
RGB Variations
Color information
#CB9739 (or 0xCB9739) is known color: Fuel Yellow. HEX triplet: CB, 97 and 39. RGB value is (203,151,57). Sum of RGB (Red+Green+Blue) = 203+151+57=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9739 is #3468C6. Grayscale: #9C9C9C. Windows color (decimal): -3434695 or 3774411. OLE color: 3774411.
HSL color Cylindrical-coordinate representation of color #CB9739: hue angle of 38.63º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB9739 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 57 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.20 |
| HSL | 38.63º | 0.58% | 0.51% | - |
| HSV(B) | 38.63º | 0.72% | 0.8% | - |
| XYZ | 36.43 | 35.13 | 8.73 | - |
| YUV | 155.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 57 | 0 | 0.26 | 0.72 | 0.20 | 38.63 | 0.58 | 0.51 |
| Hex | CB | 97 | 39 | 0 | 1A | 48 | 14 | 27 | 3A | 33 |
| Octal | 313 | 227 | 71 | 0 | 32 | 110 | 24 | 47 | 72 | 63 |
| Binary | 11001011 | 10010111 | 111001 | 0 | 11010 | 1001000 | 10100 | 100111 | 111010 | 110011 |
Color Harmonies of #CB9739
Complementary color
Monochromatic Colors of #CB9739
Black with #CB9739
Text Example
Text Example
White with #CB9739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9739; }
p { color: rgb(203,151,57); }
H1.HeaderClassName
{
color: #CB9739;
}
.AnyTagClassName
{
color: #CB9739;
}
</style>
background-color css
<style>
a { background-color: #CB9739; }
a { background-color: rgb(203,151,57); }
div.DivClassName
{
background-color: #CB9739;
}
.BgClassName
{
background-color: #CB9739;
}
</style>
border-color css
<style>
span { border-color: #CB9739; }
span { border-color: rgb(203,151,57); }
td.TdClassName
{
border-color: #CB9739;
}
.TagClassName
{
border-color: #CB9739;
}
</style>