Shades of Fuel Yellow #C88D31
Tints of Fuel Yellow #C88D31
RGB
CMYK
RGB Variations
Color information
#C88D31 (or 0xC88D31) is known color: Fuel Yellow. HEX triplet: C8, 8D and 31. RGB value is (200,141,49). Sum of RGB (Red+Green+Blue) = 200+141+49=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D31 is #3772CE. Grayscale: #949494. Windows color (decimal): -3633871 or 3247560. OLE color: 3247560.
HSL color Cylindrical-coordinate representation of color #C88D31: hue angle of 36.56º degrees, saturation: 0.61, 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 #C88D31 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 49 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.22 |
| HSL | 36.56º | 0.61% | 0.49% | - |
| HSV(B) | 36.56º | 0.76% | 0.78% | - |
| XYZ | 33.9 | 31.55 | 7.21 | - |
| YUV | 148.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 49 | 0 | 0.29 | 0.76 | 0.22 | 36.56 | 0.61 | 0.49 |
| Hex | C8 | 8D | 31 | 0 | 1D | 4C | 16 | 25 | 3D | 31 |
| Octal | 310 | 215 | 61 | 0 | 35 | 114 | 26 | 45 | 75 | 61 |
| Binary | 11001000 | 10001101 | 110001 | 0 | 11101 | 1001100 | 10110 | 100101 | 111101 | 110001 |
Color Harmonies of #C88D31
Complementary color
Monochromatic Colors of #C88D31
Black with #C88D31
Text Example
Text Example
White with #C88D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D31; }
p { color: rgb(200,141,49); }
H1.HeaderClassName
{
color: #C88D31;
}
.AnyTagClassName
{
color: #C88D31;
}
</style>
background-color css
<style>
a { background-color: #C88D31; }
a { background-color: rgb(200,141,49); }
div.DivClassName
{
background-color: #C88D31;
}
.BgClassName
{
background-color: #C88D31;
}
</style>
border-color css
<style>
span { border-color: #C88D31; }
span { border-color: rgb(200,141,49); }
td.TdClassName
{
border-color: #C88D31;
}
.TagClassName
{
border-color: #C88D31;
}
</style>