Shades of Fuel Yellow #CB932D
Tints of Fuel Yellow #CB932D
RGB
CMYK
RGB Variations
Color information
#CB932D (or 0xCB932D) is known color: Fuel Yellow. HEX triplet: CB, 93 and 2D. RGB value is (203,147,45). Sum of RGB (Red+Green+Blue) = 203+147+45=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB932D is #346CD2. Grayscale: #989898. Windows color (decimal): -3435731 or 2986955. OLE color: 2986955.
HSL color Cylindrical-coordinate representation of color #CB932D: hue angle of 38.73º 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 #CB932D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 45 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.20 |
| HSL | 38.73º | 0.64% | 0.49% | - |
| HSV(B) | 38.73º | 0.78% | 0.8% | - |
| XYZ | 35.54 | 33.75 | 7.12 | - |
| YUV | 152.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 45 | 0 | 0.28 | 0.78 | 0.20 | 38.73 | 0.64 | 0.49 |
| Hex | CB | 93 | 2D | 0 | 1C | 4E | 14 | 27 | 40 | 31 |
| Octal | 313 | 223 | 55 | 0 | 34 | 116 | 24 | 47 | 100 | 61 |
| Binary | 11001011 | 10010011 | 101101 | 0 | 11100 | 1001110 | 10100 | 100111 | 1000000 | 110001 |
Color Harmonies of #CB932D
Complementary color
Monochromatic Colors of #CB932D
Black with #CB932D
Text Example
Text Example
White with #CB932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB932D; }
p { color: rgb(203,147,45); }
H1.HeaderClassName
{
color: #CB932D;
}
.AnyTagClassName
{
color: #CB932D;
}
</style>
background-color css
<style>
a { background-color: #CB932D; }
a { background-color: rgb(203,147,45); }
div.DivClassName
{
background-color: #CB932D;
}
.BgClassName
{
background-color: #CB932D;
}
</style>
border-color css
<style>
span { border-color: #CB932D; }
span { border-color: rgb(203,147,45); }
td.TdClassName
{
border-color: #CB932D;
}
.TagClassName
{
border-color: #CB932D;
}
</style>