Shades of Fuel Yellow #CB982A
Tints of Fuel Yellow #CB982A
RGB
CMYK
RGB Variations
Color information
#CB982A (or 0xCB982A) is known color: Fuel Yellow. HEX triplet: CB, 98 and 2A. RGB value is (203,152,42). Sum of RGB (Red+Green+Blue) = 203+152+42=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB982A is #3467D5. Grayscale: #9B9B9B. Windows color (decimal): -3434454 or 2791627. OLE color: 2791627.
HSL color Cylindrical-coordinate representation of color #CB982A: hue angle of 40.99º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB982A is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 42 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.20 |
| HSL | 40.99º | 0.66% | 0.48% | - |
| HSV(B) | 40.99º | 0.79% | 0.8% | - |
| XYZ | 36.27 | 35.32 | 7.1 | - |
| YUV | 154.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 42 | 0 | 0.25 | 0.79 | 0.20 | 40.99 | 0.66 | 0.48 |
| Hex | CB | 98 | 2A | 0 | 19 | 4F | 14 | 29 | 42 | 30 |
| Octal | 313 | 230 | 52 | 0 | 31 | 117 | 24 | 51 | 102 | 60 |
| Binary | 11001011 | 10011000 | 101010 | 0 | 11001 | 1001111 | 10100 | 101001 | 1000010 | 110000 |
Color Harmonies of #CB982A
Complementary color
Monochromatic Colors of #CB982A
Black with #CB982A
Text Example
Text Example
White with #CB982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB982A; }
p { color: rgb(203,152,42); }
H1.HeaderClassName
{
color: #CB982A;
}
.AnyTagClassName
{
color: #CB982A;
}
</style>
background-color css
<style>
a { background-color: #CB982A; }
a { background-color: rgb(203,152,42); }
div.DivClassName
{
background-color: #CB982A;
}
.BgClassName
{
background-color: #CB982A;
}
</style>
border-color css
<style>
span { border-color: #CB982A; }
span { border-color: rgb(203,152,42); }
td.TdClassName
{
border-color: #CB982A;
}
.TagClassName
{
border-color: #CB982A;
}
</style>