#CA9438

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

Shades of Fuel Yellow #CA9438

Tints of Fuel Yellow #CA9438

Color information

#CA9438 (or 0xCA9438) is unknown color: approx Fuel Yellow. HEX triplet: CA, 94 and 38. RGB value is (202,148,56). Sum of RGB (Red+Green+Blue) = 202+148+56=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9438 is #356BC7. Grayscale: #9A9A9A. Windows color (decimal): -3501000 or 3708106. OLE color: 3708106.

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

Color convert

RGB20214856-
CMYK00.270.720.21
HSL37.81º57.94%50.59%-
HSV(B)37.81º72.28%79.22%-
XYZ35.6634.028.43-
YUV153.6672.89162.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 56 (22.27% from 255) = 13.79%
R=49.75%
G=36.45%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021485600.270.720.2137.8157.9450.59
HexCA943801B4815263a33
Octal3122247003311025467263
Binary1100101010010100111000011011100100010101100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9438; }

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

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

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

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

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

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

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

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