Shades of Fuel Yellow #CB9E34
Tints of Fuel Yellow #CB9E34
RGB
CMYK
RGB Variations
Color information
#CB9E34 (or 0xCB9E34) is known color: Fuel Yellow. HEX triplet: CB, 9E and 34. RGB value is (203,158,52). Sum of RGB (Red+Green+Blue) = 203+158+52=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E34 is #3461CB. Grayscale: #9F9F9F. Windows color (decimal): -3432908 or 3448523. OLE color: 3448523.
HSL color Cylindrical-coordinate representation of color #CB9E34: hue angle of 42.12º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB9E34 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 52 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.20 |
| HSL | 42.12º | 0.59% | 0.5% | - |
| HSV(B) | 42.12º | 0.74% | 0.8% | - |
| XYZ | 37.48 | 37.4 | 8.49 | - |
| YUV | 159.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 52 | 0 | 0.22 | 0.74 | 0.20 | 42.12 | 0.59 | 0.5 |
| Hex | CB | 9E | 34 | 0 | 16 | 4A | 14 | 2A | 3B | 32 |
| Octal | 313 | 236 | 64 | 0 | 26 | 112 | 24 | 52 | 73 | 62 |
| Binary | 11001011 | 10011110 | 110100 | 0 | 10110 | 1001010 | 10100 | 101010 | 111011 | 110010 |
Color Harmonies of #CB9E34
Complementary color
Monochromatic Colors of #CB9E34
Black with #CB9E34
Text Example
Text Example
White with #CB9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E34; }
p { color: rgb(203,158,52); }
H1.HeaderClassName
{
color: #CB9E34;
}
.AnyTagClassName
{
color: #CB9E34;
}
</style>
background-color css
<style>
a { background-color: #CB9E34; }
a { background-color: rgb(203,158,52); }
div.DivClassName
{
background-color: #CB9E34;
}
.BgClassName
{
background-color: #CB9E34;
}
</style>
border-color css
<style>
span { border-color: #CB9E34; }
span { border-color: rgb(203,158,52); }
td.TdClassName
{
border-color: #CB9E34;
}
.TagClassName
{
border-color: #CB9E34;
}
</style>