Shades of Fuel Yellow #C89632
Tints of Fuel Yellow #C89632
RGB
CMYK
RGB Variations
Color information
#C89632 (or 0xC89632) is known color: Fuel Yellow. HEX triplet: C8, 96 and 32. RGB value is (200,150,50). Sum of RGB (Red+Green+Blue) = 200+150+50=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C89632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89632 is #3769CD. Grayscale: #9A9A9A. Windows color (decimal): -3631566 or 3315400. OLE color: 3315400.
HSL color Cylindrical-coordinate representation of color #C89632: hue angle of 40º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C89632 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 50 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.22 |
| HSL | 40º | 0.6% | 0.49% | - |
| HSV(B) | 40º | 0.75% | 0.78% | - |
| XYZ | 35.3 | 34.32 | 7.78 | - |
| YUV | 153.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 50 | 0 | 0.25 | 0.75 | 0.22 | 40 | 0.6 | 0.49 |
| Hex | C8 | 96 | 32 | 0 | 19 | 4B | 16 | 28 | 3C | 31 |
| Octal | 310 | 226 | 62 | 0 | 31 | 113 | 26 | 50 | 74 | 61 |
| Binary | 11001000 | 10010110 | 110010 | 0 | 11001 | 1001011 | 10110 | 101000 | 111100 | 110001 |
Color Harmonies of #C89632
Complementary color
Monochromatic Colors of #C89632
Black with #C89632
Text Example
Text Example
White with #C89632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89632; }
p { color: rgb(200,150,50); }
H1.HeaderClassName
{
color: #C89632;
}
.AnyTagClassName
{
color: #C89632;
}
</style>
background-color css
<style>
a { background-color: #C89632; }
a { background-color: rgb(200,150,50); }
div.DivClassName
{
background-color: #C89632;
}
.BgClassName
{
background-color: #C89632;
}
</style>
border-color css
<style>
span { border-color: #C89632; }
span { border-color: rgb(200,150,50); }
td.TdClassName
{
border-color: #C89632;
}
.TagClassName
{
border-color: #C89632;
}
</style>