Shades of Fuel Yellow #CB9228
Tints of Fuel Yellow #CB9228
RGB
CMYK
RGB Variations
Color information
#CB9228 (or 0xCB9228) is known color: Fuel Yellow. HEX triplet: CB, 92 and 28. RGB value is (203,146,40). Sum of RGB (Red+Green+Blue) = 203+146+40=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9228 is #346DD7. Grayscale: #979797. Windows color (decimal): -3435992 or 2659019. OLE color: 2659019.
HSL color Cylindrical-coordinate representation of color #CB9228: hue angle of 39.02º 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 #CB9228 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 40 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.20 |
| HSL | 39.02º | 0.67% | 0.48% | - |
| HSV(B) | 39.02º | 0.8% | 0.8% | - |
| XYZ | 35.29 | 33.41 | 6.6 | - |
| YUV | 150.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 40 | 0 | 0.28 | 0.80 | 0.20 | 39.02 | 0.67 | 0.48 |
| Hex | CB | 92 | 28 | 0 | 1C | 50 | 14 | 27 | 43 | 30 |
| Octal | 313 | 222 | 50 | 0 | 34 | 120 | 24 | 47 | 103 | 60 |
| Binary | 11001011 | 10010010 | 101000 | 0 | 11100 | 1010000 | 10100 | 100111 | 1000011 | 110000 |
Color Harmonies of #CB9228
Complementary color
Monochromatic Colors of #CB9228
Black with #CB9228
Text Example
Text Example
White with #CB9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9228; }
p { color: rgb(203,146,40); }
H1.HeaderClassName
{
color: #CB9228;
}
.AnyTagClassName
{
color: #CB9228;
}
</style>
background-color css
<style>
a { background-color: #CB9228; }
a { background-color: rgb(203,146,40); }
div.DivClassName
{
background-color: #CB9228;
}
.BgClassName
{
background-color: #CB9228;
}
</style>
border-color css
<style>
span { border-color: #CB9228; }
span { border-color: rgb(203,146,40); }
td.TdClassName
{
border-color: #CB9228;
}
.TagClassName
{
border-color: #CB9228;
}
</style>