Shades of Fuel Yellow #CB9234
Tints of Fuel Yellow #CB9234
RGB
CMYK
RGB Variations
Color information
#CB9234 (or 0xCB9234) is known color: Fuel Yellow. HEX triplet: CB, 92 and 34. RGB value is (203,146,52). Sum of RGB (Red+Green+Blue) = 203+146+52=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9234 is #346DCB. Grayscale: #989898. Windows color (decimal): -3435980 or 3445451. OLE color: 3445451.
HSL color Cylindrical-coordinate representation of color #CB9234: hue angle of 37.35º 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 #CB9234 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 52 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.20 |
| HSL | 37.35º | 0.59% | 0.5% | - |
| HSV(B) | 37.35º | 0.74% | 0.8% | - |
| XYZ | 35.53 | 33.5 | 7.84 | - |
| YUV | 152.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 52 | 0 | 0.28 | 0.74 | 0.20 | 37.35 | 0.59 | 0.5 |
| Hex | CB | 92 | 34 | 0 | 1C | 4A | 14 | 25 | 3B | 32 |
| Octal | 313 | 222 | 64 | 0 | 34 | 112 | 24 | 45 | 73 | 62 |
| Binary | 11001011 | 10010010 | 110100 | 0 | 11100 | 1001010 | 10100 | 100101 | 111011 | 110010 |
Color Harmonies of #CB9234
Complementary color
Monochromatic Colors of #CB9234
Black with #CB9234
Text Example
Text Example
White with #CB9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9234; }
p { color: rgb(203,146,52); }
H1.HeaderClassName
{
color: #CB9234;
}
.AnyTagClassName
{
color: #CB9234;
}
</style>
background-color css
<style>
a { background-color: #CB9234; }
a { background-color: rgb(203,146,52); }
div.DivClassName
{
background-color: #CB9234;
}
.BgClassName
{
background-color: #CB9234;
}
</style>
border-color css
<style>
span { border-color: #CB9234; }
span { border-color: rgb(203,146,52); }
td.TdClassName
{
border-color: #CB9234;
}
.TagClassName
{
border-color: #CB9234;
}
</style>