Shades of Fuel Yellow #C89235
Tints of Fuel Yellow #C89235
RGB
CMYK
RGB Variations
Color information
#C89235 (or 0xC89235) is known color: Fuel Yellow. HEX triplet: C8, 92 and 35. RGB value is (200,146,53). Sum of RGB (Red+Green+Blue) = 200+146+53=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C89235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89235 is #376DCA. Grayscale: #979797. Windows color (decimal): -3632587 or 3510984. OLE color: 3510984.
HSL color Cylindrical-coordinate representation of color #C89235: hue angle of 37.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C89235 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 53 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.22 |
| HSL | 37.96º | 0.58% | 0.5% | - |
| HSV(B) | 37.96º | 0.74% | 0.78% | - |
| XYZ | 34.74 | 33.09 | 7.92 | - |
| YUV | 151.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 53 | 0 | 0.27 | 0.74 | 0.22 | 37.96 | 0.58 | 0.5 |
| Hex | C8 | 92 | 35 | 0 | 1B | 4A | 16 | 26 | 3A | 32 |
| Octal | 310 | 222 | 65 | 0 | 33 | 112 | 26 | 46 | 72 | 62 |
| Binary | 11001000 | 10010010 | 110101 | 0 | 11011 | 1001010 | 10110 | 100110 | 111010 | 110010 |
Color Harmonies of #C89235
Complementary color
Monochromatic Colors of #C89235
Black with #C89235
Text Example
Text Example
White with #C89235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89235; }
p { color: rgb(200,146,53); }
H1.HeaderClassName
{
color: #C89235;
}
.AnyTagClassName
{
color: #C89235;
}
</style>
background-color css
<style>
a { background-color: #C89235; }
a { background-color: rgb(200,146,53); }
div.DivClassName
{
background-color: #C89235;
}
.BgClassName
{
background-color: #C89235;
}
</style>
border-color css
<style>
span { border-color: #C89235; }
span { border-color: rgb(200,146,53); }
td.TdClassName
{
border-color: #C89235;
}
.TagClassName
{
border-color: #C89235;
}
</style>