Shades of Fuel Yellow #CB9B2F
Tints of Fuel Yellow #CB9B2F
RGB
CMYK
RGB Variations
Color information
#CB9B2F (or 0xCB9B2F) is known color: Fuel Yellow. HEX triplet: CB, 9B and 2F. RGB value is (203,155,47). Sum of RGB (Red+Green+Blue) = 203+155+47=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B2F is #3464D0. Grayscale: #9D9D9D. Windows color (decimal): -3433681 or 3120075. OLE color: 3120075.
HSL color Cylindrical-coordinate representation of color #CB9B2F: hue angle of 41.54º 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 #CB9B2F is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 47 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.20 |
| HSL | 41.54º | 0.62% | 0.49% | - |
| HSV(B) | 41.54º | 0.77% | 0.8% | - |
| XYZ | 36.86 | 36.34 | 7.76 | - |
| YUV | 157.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 47 | 0 | 0.24 | 0.77 | 0.20 | 41.54 | 0.62 | 0.49 |
| Hex | CB | 9B | 2F | 0 | 18 | 4D | 14 | 2A | 3E | 31 |
| Octal | 313 | 233 | 57 | 0 | 30 | 115 | 24 | 52 | 76 | 61 |
| Binary | 11001011 | 10011011 | 101111 | 0 | 11000 | 1001101 | 10100 | 101010 | 111110 | 110001 |
Color Harmonies of #CB9B2F
Complementary color
Monochromatic Colors of #CB9B2F
Black with #CB9B2F
Text Example
Text Example
White with #CB9B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B2F; }
p { color: rgb(203,155,47); }
H1.HeaderClassName
{
color: #CB9B2F;
}
.AnyTagClassName
{
color: #CB9B2F;
}
</style>
background-color css
<style>
a { background-color: #CB9B2F; }
a { background-color: rgb(203,155,47); }
div.DivClassName
{
background-color: #CB9B2F;
}
.BgClassName
{
background-color: #CB9B2F;
}
</style>
border-color css
<style>
span { border-color: #CB9B2F; }
span { border-color: rgb(203,155,47); }
td.TdClassName
{
border-color: #CB9B2F;
}
.TagClassName
{
border-color: #CB9B2F;
}
</style>