#C78D30

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

Shades of Fuel Yellow #C78D30

Tints of Fuel Yellow #C78D30

Color information

#C78D30 (or 0xC78D30) is unknown color: approx Fuel Yellow. HEX triplet: C7, 8D and 30. RGB value is (199,141,48). Sum of RGB (Red+Green+Blue) = 199+141+48=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D30 is #3872CF. Grayscale: #949494. Windows color (decimal): -3699408 or 3182023. OLE color: 3182023.

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

Color convert

RGB19914148-
CMYK00.290.760.22
HSL36.95º61.13%48.43%-
HSV(B)36.95º75.88%78.04%-
XYZ33.6131.417.09-
YUV147.7471.72164.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=51.29%
G=36.34%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991414800.290.760.2236.9561.1348.43
HexC78D3001D4C16253d30
Octal3072156003511426457560
Binary1100011110001101110000011101100110010110100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D30; }

 p { color: rgb(199,141,48); }

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

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

 a { background-color: rgb(199,141,48); }

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

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

 span { border-color: rgb(199,141,48); }

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