#ca9429

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

Shades of Fuel Yellow #CA9429

Tints of Fuel Yellow #CA9429

Color information

#CA9429 (or 0xCA9429) is unknown color: approx Fuel Yellow. HEX triplet: CA, 94 and 29. RGB value is (202,148,41). Sum of RGB (Red+Green+Blue) = 202+148+41=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9429 is #356BD6. Grayscale: #989898. Windows color (decimal): -3501015 or 2725066. OLE color: 2725066.

HSL color Cylindrical-coordinate representation of color #CA9429: hue angle of 39.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9429 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20214841-
CMYK00.270.800.21
HSL39.88º66.26%47.65%-
HSV(B)39.88º79.7%79.22%-
XYZ35.3533.96.78-
YUV151.9565.39163.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 41 (16.41% from 255) = 10.49%
R=51.66%
G=37.85%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021484100.270.800.2139.8866.2647.65
HexCA942901B5015284230
Octal31222451033120255010260
Binary11001010100101001010010110111010000101011010001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9429; }

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

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

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

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

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

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

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

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