Shades of Fuel Yellow #C89333
Tints of Fuel Yellow #C89333
RGB
CMYK
RGB Variations
Color information
#C89333 (or 0xC89333) is known color: Fuel Yellow. HEX triplet: C8, 93 and 33. RGB value is (200,147,51). Sum of RGB (Red+Green+Blue) = 200+147+51=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C89333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89333 is #376CCC. Grayscale: #989898. Windows color (decimal): -3632333 or 3380168. OLE color: 3380168.
HSL color Cylindrical-coordinate representation of color #C89333: hue angle of 38.66º degrees, saturation: 0.59, 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 #C89333 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 51 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.22 |
| HSL | 38.66º | 0.59% | 0.49% | - |
| HSV(B) | 38.66º | 0.75% | 0.78% | - |
| XYZ | 34.85 | 33.39 | 7.74 | - |
| YUV | 151.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 51 | 0 | 0.26 | 0.74 | 0.22 | 38.66 | 0.59 | 0.49 |
| Hex | C8 | 93 | 33 | 0 | 1A | 4A | 16 | 27 | 3B | 31 |
| Octal | 310 | 223 | 63 | 0 | 32 | 112 | 26 | 47 | 73 | 61 |
| Binary | 11001000 | 10010011 | 110011 | 0 | 11010 | 1001010 | 10110 | 100111 | 111011 | 110001 |
Color Harmonies of #C89333
Complementary color
Monochromatic Colors of #C89333
Black with #C89333
Text Example
Text Example
White with #C89333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89333; }
p { color: rgb(200,147,51); }
H1.HeaderClassName
{
color: #C89333;
}
.AnyTagClassName
{
color: #C89333;
}
</style>
background-color css
<style>
a { background-color: #C89333; }
a { background-color: rgb(200,147,51); }
div.DivClassName
{
background-color: #C89333;
}
.BgClassName
{
background-color: #C89333;
}
</style>
border-color css
<style>
span { border-color: #C89333; }
span { border-color: rgb(200,147,51); }
td.TdClassName
{
border-color: #C89333;
}
.TagClassName
{
border-color: #C89333;
}
</style>