#C88E34

Color #C88E34 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #C88E34

Tints of Fuel Yellow #C88E34

Color information

#C88E34 (or 0xC88E34) is unknown color: approx Fuel Yellow. HEX triplet: C8, 8E and 34. RGB value is (200,142,52). Sum of RGB (Red+Green+Blue) = 200+142+52=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E34 is #3771CB. Grayscale: #959595. Windows color (decimal): -3633612 or 3444424. OLE color: 3444424.

HSL color Cylindrical-coordinate representation of color #C88E34: hue angle of 36.49º 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 #C88E34 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20014252-
CMYK00.290.740.22
HSL36.49º58.73%49.41%-
HSV(B)36.49º74%78.43%-
XYZ34.1131.877.6-
YUV149.0873.22164.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=50.76%
G=36.04%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001425200.290.740.2236.4958.7349.41
HexC88E3401D4A16243b31
Octal3102166403511226447361
Binary1100100010001110110100011101100101010110100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E34; }

 p { color: rgb(200,142,52); }

 H1.HeaderClassName
 {
   color: #C88E34;
 }
 .AnyTagClassName
 {
   color: #C88E34;
 }
</style>
background-color css

<style>
 a { background-color: #C88E34; }

 a { background-color: rgb(200,142,52); }

 div.DivClassName
 {
   background-color: #C88E34;
 }
 .BgClassName
 {
   background-color: #C88E34;
 }
</style>
border-color css

<style>
 span { border-color: #C88E34; }

 span { border-color: rgb(200,142,52); }

 td.TdClassName
 {
   border-color: #C88E34;
 }
 .TagClassName
 {
   border-color: #C88E34;
 }
</style>