Shades of Fuel Yellow #CB983A
Tints of Fuel Yellow #CB983A
RGB
CMYK
RGB Variations
Color information
#CB983A (or 0xCB983A) is known color: Fuel Yellow. HEX triplet: CB, 98 and 3A. RGB value is (203,152,58). Sum of RGB (Red+Green+Blue) = 203+152+58=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB983A is #3467C5. Grayscale: #9C9C9C. Windows color (decimal): -3434438 or 3840203. OLE color: 3840203.
HSL color Cylindrical-coordinate representation of color #CB983A: hue angle of 38.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB983A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 58 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.20 |
| HSL | 38.9º | 0.58% | 0.51% | - |
| HSV(B) | 38.9º | 0.71% | 0.8% | - |
| XYZ | 36.62 | 35.46 | 8.92 | - |
| YUV | 156.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 58 | 0 | 0.25 | 0.71 | 0.20 | 38.9 | 0.58 | 0.51 |
| Hex | CB | 98 | 3A | 0 | 19 | 47 | 14 | 27 | 3A | 33 |
| Octal | 313 | 230 | 72 | 0 | 31 | 107 | 24 | 47 | 72 | 63 |
| Binary | 11001011 | 10011000 | 111010 | 0 | 11001 | 1000111 | 10100 | 100111 | 111010 | 110011 |
Color Harmonies of #CB983A
Complementary color
Monochromatic Colors of #CB983A
Black with #CB983A
Text Example
Text Example
White with #CB983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB983A; }
p { color: rgb(203,152,58); }
H1.HeaderClassName
{
color: #CB983A;
}
.AnyTagClassName
{
color: #CB983A;
}
</style>
background-color css
<style>
a { background-color: #CB983A; }
a { background-color: rgb(203,152,58); }
div.DivClassName
{
background-color: #CB983A;
}
.BgClassName
{
background-color: #CB983A;
}
</style>
border-color css
<style>
span { border-color: #CB983A; }
span { border-color: rgb(203,152,58); }
td.TdClassName
{
border-color: #CB983A;
}
.TagClassName
{
border-color: #CB983A;
}
</style>