Shades of Fuel Yellow #C88E2A
Tints of Fuel Yellow #C88E2A
RGB
CMYK
RGB Variations
Color information
#C88E2A (or 0xC88E2A) is known color: Fuel Yellow. HEX triplet: C8, 8E and 2A. RGB value is (200,142,42). Sum of RGB (Red+Green+Blue) = 200+142+42=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E2A is #3771D5. Grayscale: #949494. Windows color (decimal): -3633622 or 2789064. OLE color: 2789064.
HSL color Cylindrical-coordinate representation of color #C88E2A: hue angle of 37.97º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C88E2A is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 42 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.22 |
| HSL | 37.97º | 0.65% | 0.47% | - |
| HSV(B) | 37.97º | 0.79% | 0.78% | - |
| XYZ | 33.91 | 31.79 | 6.54 | - |
| YUV | 147.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 42 | 0 | 0.29 | 0.79 | 0.22 | 37.97 | 0.65 | 0.47 |
| Hex | C8 | 8E | 2A | 0 | 1D | 4F | 16 | 26 | 41 | 2F |
| Octal | 310 | 216 | 52 | 0 | 35 | 117 | 26 | 46 | 101 | 57 |
| Binary | 11001000 | 10001110 | 101010 | 0 | 11101 | 1001111 | 10110 | 100110 | 1000001 | 101111 |
Color Harmonies of #C88E2A
Complementary color
Monochromatic Colors of #C88E2A
Black with #C88E2A
Text Example
Text Example
White with #C88E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E2A; }
p { color: rgb(200,142,42); }
H1.HeaderClassName
{
color: #C88E2A;
}
.AnyTagClassName
{
color: #C88E2A;
}
</style>
background-color css
<style>
a { background-color: #C88E2A; }
a { background-color: rgb(200,142,42); }
div.DivClassName
{
background-color: #C88E2A;
}
.BgClassName
{
background-color: #C88E2A;
}
</style>
border-color css
<style>
span { border-color: #C88E2A; }
span { border-color: rgb(200,142,42); }
td.TdClassName
{
border-color: #C88E2A;
}
.TagClassName
{
border-color: #C88E2A;
}
</style>