Shades of Fuel Yellow #CB9328
Tints of Fuel Yellow #CB9328
RGB
CMYK
RGB Variations
Color information
#CB9328 (or 0xCB9328) is known color: Fuel Yellow. HEX triplet: CB, 93 and 28. RGB value is (203,147,40). Sum of RGB (Red+Green+Blue) = 203+147+40=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9328 is #346CD7. Grayscale: #989898. Windows color (decimal): -3435736 or 2659275. OLE color: 2659275.
HSL color Cylindrical-coordinate representation of color #CB9328: hue angle of 39.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB9328 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 40 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.20 |
| HSL | 39.39º | 0.67% | 0.48% | - |
| HSV(B) | 39.39º | 0.8% | 0.8% | - |
| XYZ | 35.45 | 33.72 | 6.65 | - |
| YUV | 151.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 40 | 0 | 0.28 | 0.80 | 0.20 | 39.39 | 0.67 | 0.48 |
| Hex | CB | 93 | 28 | 0 | 1C | 50 | 14 | 27 | 43 | 30 |
| Octal | 313 | 223 | 50 | 0 | 34 | 120 | 24 | 47 | 103 | 60 |
| Binary | 11001011 | 10010011 | 101000 | 0 | 11100 | 1010000 | 10100 | 100111 | 1000011 | 110000 |
Color Harmonies of #CB9328
Complementary color
Monochromatic Colors of #CB9328
Black with #CB9328
Text Example
Text Example
White with #CB9328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9328; }
p { color: rgb(203,147,40); }
H1.HeaderClassName
{
color: #CB9328;
}
.AnyTagClassName
{
color: #CB9328;
}
</style>
background-color css
<style>
a { background-color: #CB9328; }
a { background-color: rgb(203,147,40); }
div.DivClassName
{
background-color: #CB9328;
}
.BgClassName
{
background-color: #CB9328;
}
</style>
border-color css
<style>
span { border-color: #CB9328; }
span { border-color: rgb(203,147,40); }
td.TdClassName
{
border-color: #CB9328;
}
.TagClassName
{
border-color: #CB9328;
}
</style>