Shades of Fuel Yellow #CB982D
Tints of Fuel Yellow #CB982D
RGB
CMYK
RGB Variations
Color information
#CB982D (or 0xCB982D) is known color: Fuel Yellow. HEX triplet: CB, 98 and 2D. RGB value is (203,152,45). Sum of RGB (Red+Green+Blue) = 203+152+45=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB982D is #3467D2. Grayscale: #9B9B9B. Windows color (decimal): -3434451 or 2988235. OLE color: 2988235.
HSL color Cylindrical-coordinate representation of color #CB982D: hue angle of 40.63º 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 #CB982D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 45 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.20 |
| HSL | 40.63º | 0.64% | 0.49% | - |
| HSV(B) | 40.63º | 0.78% | 0.8% | - |
| XYZ | 36.33 | 35.34 | 7.39 | - |
| YUV | 155.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 45 | 0 | 0.25 | 0.78 | 0.20 | 40.63 | 0.64 | 0.49 |
| Hex | CB | 98 | 2D | 0 | 19 | 4E | 14 | 29 | 40 | 31 |
| Octal | 313 | 230 | 55 | 0 | 31 | 116 | 24 | 51 | 100 | 61 |
| Binary | 11001011 | 10011000 | 101101 | 0 | 11001 | 1001110 | 10100 | 101001 | 1000000 | 110001 |
Color Harmonies of #CB982D
Complementary color
Monochromatic Colors of #CB982D
Black with #CB982D
Text Example
Text Example
White with #CB982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB982D; }
p { color: rgb(203,152,45); }
H1.HeaderClassName
{
color: #CB982D;
}
.AnyTagClassName
{
color: #CB982D;
}
</style>
background-color css
<style>
a { background-color: #CB982D; }
a { background-color: rgb(203,152,45); }
div.DivClassName
{
background-color: #CB982D;
}
.BgClassName
{
background-color: #CB982D;
}
</style>
border-color css
<style>
span { border-color: #CB982D; }
span { border-color: rgb(203,152,45); }
td.TdClassName
{
border-color: #CB982D;
}
.TagClassName
{
border-color: #CB982D;
}
</style>