Shades of Fuel Yellow #C88F34
Tints of Fuel Yellow #C88F34
RGB
CMYK
RGB Variations
Color information
#C88F34 (or 0xC88F34) is known color: Fuel Yellow. HEX triplet: C8, 8F and 34. RGB value is (200,143,52). Sum of RGB (Red+Green+Blue) = 200+143+52=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F34 is #3770CB. Grayscale: #969696. Windows color (decimal): -3633356 or 3444680. OLE color: 3444680.
HSL color Cylindrical-coordinate representation of color #C88F34: hue angle of 36.89º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C88F34 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 52 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.22 |
| HSL | 36.89º | 0.59% | 0.49% | - |
| HSV(B) | 36.89º | 0.74% | 0.78% | - |
| XYZ | 34.26 | 32.17 | 7.65 | - |
| YUV | 149.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 52 | 0 | 0.28 | 0.74 | 0.22 | 36.89 | 0.59 | 0.49 |
| Hex | C8 | 8F | 34 | 0 | 1C | 4A | 16 | 25 | 3B | 31 |
| Octal | 310 | 217 | 64 | 0 | 34 | 112 | 26 | 45 | 73 | 61 |
| Binary | 11001000 | 10001111 | 110100 | 0 | 11100 | 1001010 | 10110 | 100101 | 111011 | 110001 |
Color Harmonies of #C88F34
Complementary color
Monochromatic Colors of #C88F34
Black with #C88F34
Text Example
Text Example
White with #C88F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F34; }
p { color: rgb(200,143,52); }
H1.HeaderClassName
{
color: #C88F34;
}
.AnyTagClassName
{
color: #C88F34;
}
</style>
background-color css
<style>
a { background-color: #C88F34; }
a { background-color: rgb(200,143,52); }
div.DivClassName
{
background-color: #C88F34;
}
.BgClassName
{
background-color: #C88F34;
}
</style>
border-color css
<style>
span { border-color: #C88F34; }
span { border-color: rgb(200,143,52); }
td.TdClassName
{
border-color: #C88F34;
}
.TagClassName
{
border-color: #C88F34;
}
</style>