#CA9337

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

Shades of Fuel Yellow #CA9337

Tints of Fuel Yellow #CA9337

Color information

#CA9337 (or 0xCA9337) is unknown color: approx Fuel Yellow. HEX triplet: CA, 93 and 37. RGB value is (202,147,55). Sum of RGB (Red+Green+Blue) = 202+147+55=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9337 is #356CC8. Grayscale: #999999. Windows color (decimal): -3501257 or 3642314. OLE color: 3642314.

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

Color convert

RGB20214755-
CMYK00.270.730.21
HSL37.55º58.1%50.39%-
HSV(B)37.55º72.77%79.22%-
XYZ35.4833.78.25-
YUV152.9672.72162.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 55 (21.88% from 255) = 13.61%
R=50%
G=36.39%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021475500.270.730.2137.5558.150.39
HexCA933701B4915263a32
Octal3122236703311125467262
Binary1100101010010011110111011011100100110101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9337; }

 p { color: rgb(202,147,55); }

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

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

 a { background-color: rgb(202,147,55); }

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

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

 span { border-color: rgb(202,147,55); }

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