#C68E30

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

Shades of Fuel Yellow #C68E30

Tints of Fuel Yellow #C68E30

Color information

#C68E30 (or 0xC68E30) is unknown color: approx Fuel Yellow. HEX triplet: C6, 8E and 30. RGB value is (198,142,48). Sum of RGB (Red+Green+Blue) = 198+142+48=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E30 is #3971CF. Grayscale: #949494. Windows color (decimal): -3764688 or 3182278. OLE color: 3182278.

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

Color convert

RGB19814248-
CMYK00.280.760.22
HSL37.6º60.98%48.24%-
HSV(B)37.6º75.76%77.65%-
XYZ33.531.577.12-
YUV148.0371.55163.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=51.03%
G=36.60%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981424800.280.760.2237.660.9848.24
HexC68E3001C4C16263d30
Octal3062166003411426467560
Binary1100011010001110110000011100100110010110100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E30; }

 p { color: rgb(198,142,48); }

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

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

 a { background-color: rgb(198,142,48); }

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

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

 span { border-color: rgb(198,142,48); }

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