Shades of Fuel Yellow #C99235
Tints of Fuel Yellow #C99235
RGB
CMYK
RGB Variations
Color information
#C99235 (or 0xC99235) is known color: Fuel Yellow. HEX triplet: C9, 92 and 35. RGB value is (201,146,53). Sum of RGB (Red+Green+Blue) = 201+146+53=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C99235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99235 is #366DCA. Grayscale: #989898. Windows color (decimal): -3567051 or 3510985. OLE color: 3510985.
HSL color Cylindrical-coordinate representation of color #C99235: hue angle of 37.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C99235 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 53 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.21 |
| HSL | 37.7º | 0.58% | 0.5% | - |
| HSV(B) | 37.7º | 0.74% | 0.79% | - |
| XYZ | 35.01 | 33.23 | 7.94 | - |
| YUV | 151.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 53 | 0 | 0.27 | 0.74 | 0.21 | 37.7 | 0.58 | 0.5 |
| Hex | C9 | 92 | 35 | 0 | 1B | 4A | 15 | 26 | 3A | 32 |
| Octal | 311 | 222 | 65 | 0 | 33 | 112 | 25 | 46 | 72 | 62 |
| Binary | 11001001 | 10010010 | 110101 | 0 | 11011 | 1001010 | 10101 | 100110 | 111010 | 110010 |
Color Harmonies of #C99235
Complementary color
Monochromatic Colors of #C99235
Black with #C99235
Text Example
Text Example
White with #C99235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99235; }
p { color: rgb(201,146,53); }
H1.HeaderClassName
{
color: #C99235;
}
.AnyTagClassName
{
color: #C99235;
}
</style>
background-color css
<style>
a { background-color: #C99235; }
a { background-color: rgb(201,146,53); }
div.DivClassName
{
background-color: #C99235;
}
.BgClassName
{
background-color: #C99235;
}
</style>
border-color css
<style>
span { border-color: #C99235; }
span { border-color: rgb(201,146,53); }
td.TdClassName
{
border-color: #C99235;
}
.TagClassName
{
border-color: #C99235;
}
</style>