Shades of Fuel Yellow #CB9125
Tints of Fuel Yellow #CB9125
RGB
CMYK
RGB Variations
Color information
#CB9125 (or 0xCB9125) is known color: Fuel Yellow. HEX triplet: CB, 91 and 25. RGB value is (203,145,37). Sum of RGB (Red+Green+Blue) = 203+145+37=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9125 is #346EDA. Grayscale: #969696. Windows color (decimal): -3436251 or 2462155. OLE color: 2462155.
HSL color Cylindrical-coordinate representation of color #CB9125: hue angle of 39.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9125 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 37 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.20 |
| HSL | 39.04º | 0.69% | 0.47% | - |
| HSV(B) | 39.04º | 0.82% | 0.8% | - |
| XYZ | 35.09 | 33.08 | 6.29 | - |
| YUV | 150.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 37 | 0 | 0.29 | 0.82 | 0.20 | 39.04 | 0.69 | 0.47 |
| Hex | CB | 91 | 25 | 0 | 1D | 52 | 14 | 27 | 45 | 2F |
| Octal | 313 | 221 | 45 | 0 | 35 | 122 | 24 | 47 | 105 | 57 |
| Binary | 11001011 | 10010001 | 100101 | 0 | 11101 | 1010010 | 10100 | 100111 | 1000101 | 101111 |
Color Harmonies of #CB9125
Complementary color
Monochromatic Colors of #CB9125
Black with #CB9125
Text Example
Text Example
White with #CB9125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9125; }
p { color: rgb(203,145,37); }
H1.HeaderClassName
{
color: #CB9125;
}
.AnyTagClassName
{
color: #CB9125;
}
</style>
background-color css
<style>
a { background-color: #CB9125; }
a { background-color: rgb(203,145,37); }
div.DivClassName
{
background-color: #CB9125;
}
.BgClassName
{
background-color: #CB9125;
}
</style>
border-color css
<style>
span { border-color: #CB9125; }
span { border-color: rgb(203,145,37); }
td.TdClassName
{
border-color: #CB9125;
}
.TagClassName
{
border-color: #CB9125;
}
</style>