Shades of Fuel Yellow #CB932F
Tints of Fuel Yellow #CB932F
RGB
CMYK
RGB Variations
Color information
#CB932F (or 0xCB932F) is known color: Fuel Yellow. HEX triplet: CB, 93 and 2F. RGB value is (203,147,47). Sum of RGB (Red+Green+Blue) = 203+147+47=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB932F is #346CD0. Grayscale: #989898. Windows color (decimal): -3435729 or 3118027. OLE color: 3118027.
HSL color Cylindrical-coordinate representation of color #CB932F: hue angle of 38.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB932F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.20 |
| HSL | 38.46º | 0.62% | 0.49% | - |
| HSV(B) | 38.46º | 0.77% | 0.8% | - |
| XYZ | 35.58 | 33.77 | 7.33 | - |
| YUV | 152.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 47 | 0 | 0.28 | 0.77 | 0.20 | 38.46 | 0.62 | 0.49 |
| Hex | CB | 93 | 2F | 0 | 1C | 4D | 14 | 26 | 3E | 31 |
| Octal | 313 | 223 | 57 | 0 | 34 | 115 | 24 | 46 | 76 | 61 |
| Binary | 11001011 | 10010011 | 101111 | 0 | 11100 | 1001101 | 10100 | 100110 | 111110 | 110001 |
Color Harmonies of #CB932F
Complementary color
Monochromatic Colors of #CB932F
Black with #CB932F
Text Example
Text Example
White with #CB932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB932F; }
p { color: rgb(203,147,47); }
H1.HeaderClassName
{
color: #CB932F;
}
.AnyTagClassName
{
color: #CB932F;
}
</style>
background-color css
<style>
a { background-color: #CB932F; }
a { background-color: rgb(203,147,47); }
div.DivClassName
{
background-color: #CB932F;
}
.BgClassName
{
background-color: #CB932F;
}
</style>
border-color css
<style>
span { border-color: #CB932F; }
span { border-color: rgb(203,147,47); }
td.TdClassName
{
border-color: #CB932F;
}
.TagClassName
{
border-color: #CB932F;
}
</style>