Shades of Fuel Yellow #CB902D
Tints of Fuel Yellow #CB902D
RGB
CMYK
RGB Variations
Color information
#CB902D (or 0xCB902D) is known color: Fuel Yellow. HEX triplet: CB, 90 and 2D. RGB value is (203,144,45). Sum of RGB (Red+Green+Blue) = 203+144+45=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB902D is #346FD2. Grayscale: #969696. Windows color (decimal): -3436499 or 2986187. OLE color: 2986187.
HSL color Cylindrical-coordinate representation of color #CB902D: hue angle of 37.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB902D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 45 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.20 |
| HSL | 37.59º | 0.64% | 0.49% | - |
| HSV(B) | 37.59º | 0.78% | 0.8% | - |
| XYZ | 35.08 | 32.83 | 6.97 | - |
| YUV | 150.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 45 | 0 | 0.29 | 0.78 | 0.20 | 37.59 | 0.64 | 0.49 |
| Hex | CB | 90 | 2D | 0 | 1D | 4E | 14 | 26 | 40 | 31 |
| Octal | 313 | 220 | 55 | 0 | 35 | 116 | 24 | 46 | 100 | 61 |
| Binary | 11001011 | 10010000 | 101101 | 0 | 11101 | 1001110 | 10100 | 100110 | 1000000 | 110001 |
Color Harmonies of #CB902D
Complementary color
Monochromatic Colors of #CB902D
Black with #CB902D
Text Example
Text Example
White with #CB902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB902D; }
p { color: rgb(203,144,45); }
H1.HeaderClassName
{
color: #CB902D;
}
.AnyTagClassName
{
color: #CB902D;
}
</style>
background-color css
<style>
a { background-color: #CB902D; }
a { background-color: rgb(203,144,45); }
div.DivClassName
{
background-color: #CB902D;
}
.BgClassName
{
background-color: #CB902D;
}
</style>
border-color css
<style>
span { border-color: #CB902D; }
span { border-color: rgb(203,144,45); }
td.TdClassName
{
border-color: #CB902D;
}
.TagClassName
{
border-color: #CB902D;
}
</style>