#CA8D2C

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

Shades of Fuel Yellow #CA8D2C

Tints of Fuel Yellow #CA8D2C

Color information

#CA8D2C (or 0xCA8D2C) is unknown color: approx Fuel Yellow. HEX triplet: CA, 8D and 2C. RGB value is (202,141,44). Sum of RGB (Red+Green+Blue) = 202+141+44=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D2C is #3572D3. Grayscale: #949494. Windows color (decimal): -3502804 or 2919882. OLE color: 2919882.

HSL color Cylindrical-coordinate representation of color #CA8D2C: hue angle of 36.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA8D2C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20214144-
CMYK00.300.780.21
HSL36.84º64.23%48.24%-
HSV(B)36.84º78.22%79.22%-
XYZ34.3431.796.71-
YUV148.1869.21166.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=52.20%
G=36.43%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021414400.300.780.2136.8464.2348.24
HexCA8D2C01E4E15254030
Octal31221554036116254510060
Binary11001010100011011011000111101001110101011001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D2C; }

 p { color: rgb(202,141,44); }

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

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

 a { background-color: rgb(202,141,44); }

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

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

 span { border-color: rgb(202,141,44); }

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