Shades of Fuel Yellow #C99B38
Tints of Fuel Yellow #C99B38
RGB
CMYK
RGB Variations
Color information
#C99B38 (or 0xC99B38) is known color: Fuel Yellow. HEX triplet: C9, 9B and 38. RGB value is (201,155,56). Sum of RGB (Red+Green+Blue) = 201+155+56=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B38 is #3664C7. Grayscale: #9D9D9D. Windows color (decimal): -3564744 or 3709897. OLE color: 3709897.
HSL color Cylindrical-coordinate representation of color #C99B38: hue angle of 40.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99B38 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 56 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.21 |
| HSL | 40.97º | 0.57% | 0.5% | - |
| HSV(B) | 40.97º | 0.72% | 0.79% | - |
| XYZ | 36.52 | 36.15 | 8.79 | - |
| YUV | 157.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 56 | 0 | 0.23 | 0.72 | 0.21 | 40.97 | 0.57 | 0.5 |
| Hex | C9 | 9B | 38 | 0 | 17 | 48 | 15 | 29 | 39 | 32 |
| Octal | 311 | 233 | 70 | 0 | 27 | 110 | 25 | 51 | 71 | 62 |
| Binary | 11001001 | 10011011 | 111000 | 0 | 10111 | 1001000 | 10101 | 101001 | 111001 | 110010 |
Color Harmonies of #C99B38
Complementary color
Monochromatic Colors of #C99B38
Black with #C99B38
Text Example
Text Example
White with #C99B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B38; }
p { color: rgb(201,155,56); }
H1.HeaderClassName
{
color: #C99B38;
}
.AnyTagClassName
{
color: #C99B38;
}
</style>
background-color css
<style>
a { background-color: #C99B38; }
a { background-color: rgb(201,155,56); }
div.DivClassName
{
background-color: #C99B38;
}
.BgClassName
{
background-color: #C99B38;
}
</style>
border-color css
<style>
span { border-color: #C99B38; }
span { border-color: rgb(201,155,56); }
td.TdClassName
{
border-color: #C99B38;
}
.TagClassName
{
border-color: #C99B38;
}
</style>