Shades of Fuel Yellow #C88E30
Tints of Fuel Yellow #C88E30
RGB
CMYK
RGB Variations
Color information
#C88E30 (or 0xC88E30) is known color: Fuel Yellow. HEX triplet: C8, 8E and 30. RGB value is (200,142,48). Sum of RGB (Red+Green+Blue) = 200+142+48=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E30 is #3771CF. Grayscale: #959595. Windows color (decimal): -3633616 or 3182280. OLE color: 3182280.
HSL color Cylindrical-coordinate representation of color #C88E30: hue angle of 37.11º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C88E30 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 48 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.22 |
| HSL | 37.11º | 0.61% | 0.49% | - |
| HSV(B) | 37.11º | 0.76% | 0.78% | - |
| XYZ | 34.03 | 31.84 | 7.15 | - |
| YUV | 148.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 48 | 0 | 0.29 | 0.76 | 0.22 | 37.11 | 0.61 | 0.49 |
| Hex | C8 | 8E | 30 | 0 | 1D | 4C | 16 | 25 | 3D | 31 |
| Octal | 310 | 216 | 60 | 0 | 35 | 114 | 26 | 45 | 75 | 61 |
| Binary | 11001000 | 10001110 | 110000 | 0 | 11101 | 1001100 | 10110 | 100101 | 111101 | 110001 |
Color Harmonies of #C88E30
Complementary color
Monochromatic Colors of #C88E30
Black with #C88E30
Text Example
Text Example
White with #C88E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E30; }
p { color: rgb(200,142,48); }
H1.HeaderClassName
{
color: #C88E30;
}
.AnyTagClassName
{
color: #C88E30;
}
</style>
background-color css
<style>
a { background-color: #C88E30; }
a { background-color: rgb(200,142,48); }
div.DivClassName
{
background-color: #C88E30;
}
.BgClassName
{
background-color: #C88E30;
}
</style>
border-color css
<style>
span { border-color: #C88E30; }
span { border-color: rgb(200,142,48); }
td.TdClassName
{
border-color: #C88E30;
}
.TagClassName
{
border-color: #C88E30;
}
</style>