#CA9437

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

Shades of Fuel Yellow #CA9437

Tints of Fuel Yellow #CA9437

Color information

#CA9437 (or 0xCA9437) is unknown color: approx Fuel Yellow. HEX triplet: CA, 94 and 37. RGB value is (202,148,55). Sum of RGB (Red+Green+Blue) = 202+148+55=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9437 is #356BC8. Grayscale: #999999. Windows color (decimal): -3501001 or 3642570. OLE color: 3642570.

HSL color Cylindrical-coordinate representation of color #CA9437: hue angle of 37.96º 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 #CA9437 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20214855-
CMYK00.270.730.21
HSL37.96º58.1%50.39%-
HSV(B)37.96º72.77%79.22%-
XYZ35.6434.018.3-
YUV153.5472.39162.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 55 (21.88% from 255) = 13.58%
R=49.88%
G=36.54%
B=13.58%

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
Decimal2021485500.270.730.2137.9658.150.39
HexCA943701B4915263a32
Octal3122246703311125467262
Binary1100101010010100110111011011100100110101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9437; }

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

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

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

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

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

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

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

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