Shades of Fuel Yellow #C7912D
Tints of Fuel Yellow #C7912D
RGB
CMYK
RGB Variations
Color information
#C7912D (or 0xC7912D) is known color: Fuel Yellow. HEX triplet: C7, 91 and 2D. RGB value is (199,145,45). Sum of RGB (Red+Green+Blue) = 199+145+45=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7912D is #386ED2. Grayscale: #969696. Windows color (decimal): -3698387 or 2986439. OLE color: 2986439.
HSL color Cylindrical-coordinate representation of color #C7912D: hue angle of 38.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7912D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 45 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.22 |
| HSL | 38.96º | 0.63% | 0.48% | - |
| HSV(B) | 38.96º | 0.77% | 0.78% | - |
| XYZ | 34.15 | 32.58 | 6.97 | - |
| YUV | 149.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 45 | 0 | 0.27 | 0.77 | 0.22 | 38.96 | 0.63 | 0.48 |
| Hex | C7 | 91 | 2D | 0 | 1B | 4D | 16 | 27 | 3F | 30 |
| Octal | 307 | 221 | 55 | 0 | 33 | 115 | 26 | 47 | 77 | 60 |
| Binary | 11000111 | 10010001 | 101101 | 0 | 11011 | 1001101 | 10110 | 100111 | 111111 | 110000 |
Color Harmonies of #C7912D
Complementary color
Monochromatic Colors of #C7912D
Black with #C7912D
Text Example
Text Example
White with #C7912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7912D; }
p { color: rgb(199,145,45); }
H1.HeaderClassName
{
color: #C7912D;
}
.AnyTagClassName
{
color: #C7912D;
}
</style>
background-color css
<style>
a { background-color: #C7912D; }
a { background-color: rgb(199,145,45); }
div.DivClassName
{
background-color: #C7912D;
}
.BgClassName
{
background-color: #C7912D;
}
</style>
border-color css
<style>
span { border-color: #C7912D; }
span { border-color: rgb(199,145,45); }
td.TdClassName
{
border-color: #C7912D;
}
.TagClassName
{
border-color: #C7912D;
}
</style>