#CA9431

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

Shades of Fuel Yellow #CA9431

Tints of Fuel Yellow #CA9431

Color information

#CA9431 (or 0xCA9431) is unknown color: approx Fuel Yellow. HEX triplet: CA, 94 and 31. RGB value is (202,148,49). Sum of RGB (Red+Green+Blue) = 202+148+49=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9431 is #356BCE. Grayscale: #999999. Windows color (decimal): -3501007 or 3249354. OLE color: 3249354.

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

Color convert

RGB20214849-
CMYK00.270.760.21
HSL38.82º60.96%49.22%-
HSV(B)38.82º75.74%79.22%-
XYZ35.533.967.59-
YUV152.8669.39163.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=50.63%
G=37.09%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021484900.270.760.2138.8260.9649.22
HexCA943101B4C15273d31
Octal3122246103311425477561
Binary1100101010010100110001011011100110010101100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9431; }

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

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

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

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

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

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

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

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