Shades of Fuel Yellow #CB8B33
Tints of Fuel Yellow #CB8B33
RGB
CMYK
RGB Variations
Color information
#CB8B33 (or 0xCB8B33) is known color: Fuel Yellow. HEX triplet: CB, 8B and 33. RGB value is (203,139,51). Sum of RGB (Red+Green+Blue) = 203+139+51=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B33 is #3474CC. Grayscale: #949494. Windows color (decimal): -3437773 or 3378123. OLE color: 3378123.
HSL color Cylindrical-coordinate representation of color #CB8B33: hue angle of 34.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB8B33 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 51 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.20 |
| HSL | 34.74º | 0.6% | 0.5% | - |
| HSV(B) | 34.74º | 0.75% | 0.8% | - |
| XYZ | 34.46 | 31.4 | 7.38 | - |
| YUV | 148.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 51 | 0 | 0.32 | 0.75 | 0.20 | 34.74 | 0.6 | 0.5 |
| Hex | CB | 8B | 33 | 0 | 20 | 4B | 14 | 23 | 3C | 32 |
| Octal | 313 | 213 | 63 | 0 | 40 | 113 | 24 | 43 | 74 | 62 |
| Binary | 11001011 | 10001011 | 110011 | 0 | 100000 | 1001011 | 10100 | 100011 | 111100 | 110010 |
Color Harmonies of #CB8B33
Complementary color
Monochromatic Colors of #CB8B33
Black with #CB8B33
Text Example
Text Example
White with #CB8B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B33; }
p { color: rgb(203,139,51); }
H1.HeaderClassName
{
color: #CB8B33;
}
.AnyTagClassName
{
color: #CB8B33;
}
</style>
background-color css
<style>
a { background-color: #CB8B33; }
a { background-color: rgb(203,139,51); }
div.DivClassName
{
background-color: #CB8B33;
}
.BgClassName
{
background-color: #CB8B33;
}
</style>
border-color css
<style>
span { border-color: #CB8B33; }
span { border-color: rgb(203,139,51); }
td.TdClassName
{
border-color: #CB8B33;
}
.TagClassName
{
border-color: #CB8B33;
}
</style>