Shades of Fuel Yellow #C99230
Tints of Fuel Yellow #C99230
RGB
CMYK
RGB Variations
Color information
#C99230 (or 0xC99230) is known color: Fuel Yellow. HEX triplet: C9, 92 and 30. RGB value is (201,146,48). Sum of RGB (Red+Green+Blue) = 201+146+48=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C99230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99230 is #366DCF. Grayscale: #979797. Windows color (decimal): -3567056 or 3183305. OLE color: 3183305.
HSL color Cylindrical-coordinate representation of color #C99230: hue angle of 38.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C99230 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 48 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.21 |
| HSL | 38.43º | 0.61% | 0.49% | - |
| HSV(B) | 38.43º | 0.76% | 0.79% | - |
| XYZ | 34.9 | 33.19 | 7.36 | - |
| YUV | 151.27 | 69.72 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 48 | 0 | 0.27 | 0.76 | 0.21 | 38.43 | 0.61 | 0.49 |
| Hex | C9 | 92 | 30 | 0 | 1B | 4C | 15 | 26 | 3D | 31 |
| Octal | 311 | 222 | 60 | 0 | 33 | 114 | 25 | 46 | 75 | 61 |
| Binary | 11001001 | 10010010 | 110000 | 0 | 11011 | 1001100 | 10101 | 100110 | 111101 | 110001 |
Color Harmonies of #C99230
Complementary color
Monochromatic Colors of #C99230
Black with #C99230
Text Example
Text Example
White with #C99230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99230; }
p { color: rgb(201,146,48); }
H1.HeaderClassName
{
color: #C99230;
}
.AnyTagClassName
{
color: #C99230;
}
</style>
background-color css
<style>
a { background-color: #C99230; }
a { background-color: rgb(201,146,48); }
div.DivClassName
{
background-color: #C99230;
}
.BgClassName
{
background-color: #C99230;
}
</style>
border-color css
<style>
span { border-color: #C99230; }
span { border-color: rgb(201,146,48); }
td.TdClassName
{
border-color: #C99230;
}
.TagClassName
{
border-color: #C99230;
}
</style>