#CA9138

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

Shades of Fuel Yellow #CA9138

Tints of Fuel Yellow #CA9138

Color information

#CA9138 (or 0xCA9138) is unknown color: approx Fuel Yellow. HEX triplet: CA, 91 and 38. RGB value is (202,145,56). Sum of RGB (Red+Green+Blue) = 202+145+56=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9138 is #356EC7. Grayscale: #989898. Windows color (decimal): -3501768 or 3707338. OLE color: 3707338.

HSL color Cylindrical-coordinate representation of color #CA9138: hue angle of 36.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA9138 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20214556-
CMYK00.280.720.21
HSL36.58º57.94%50.59%-
HSV(B)36.58º72.28%79.22%-
XYZ35.233.098.27-
YUV151.973.88163.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 56 (22.27% from 255) = 13.90%
R=50.12%
G=35.98%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021455600.280.720.2136.5857.9450.59
HexCA913801C4815253a33
Octal3122217003411025457263
Binary1100101010010001111000011100100100010101100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9138; }

 p { color: rgb(202,145,56); }

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

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

 a { background-color: rgb(202,145,56); }

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

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

 span { border-color: rgb(202,145,56); }

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