#C88E2B

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

Shades of Fuel Yellow #C88E2B

Tints of Fuel Yellow #C88E2B

Color information

#C88E2B (or 0xC88E2B) is unknown color: approx Fuel Yellow. HEX triplet: C8, 8E and 2B. RGB value is (200,142,43). Sum of RGB (Red+Green+Blue) = 200+142+43=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E2B is #3771D4. Grayscale: #949494. Windows color (decimal): -3633621 or 2854600. OLE color: 2854600.

HSL color Cylindrical-coordinate representation of color #C88E2B: hue angle of 37.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C88E2B is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB20014243-
CMYK00.290.780.22
HSL37.83º64.61%47.65%-
HSV(B)37.83º78.5%78.43%-
XYZ33.9331.86.64-
YUV148.0668.72165.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 43 (17.19% from 255) = 11.17%
R=51.95%
G=36.88%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001424300.290.780.2237.8364.6147.65
HexC88E2B01D4E16264130
Octal31021653035116264610160
Binary11001000100011101010110111011001110101101001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E2B; }

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

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

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

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

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

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

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

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