#CA8E2E

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

Shades of Fuel Yellow #CA8E2E

Tints of Fuel Yellow #CA8E2E

Color information

#CA8E2E (or 0xCA8E2E) is unknown color: approx Fuel Yellow. HEX triplet: CA, 8E and 2E. RGB value is (202,142,46). Sum of RGB (Red+Green+Blue) = 202+142+46=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E2E is #3571D1. Grayscale: #959595. Windows color (decimal): -3502546 or 3051210. OLE color: 3051210.

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

Color convert

RGB20214246-
CMYK00.300.770.21
HSL36.92º62.9%48.63%-
HSV(B)36.92º77.23%79.22%-
XYZ34.5232.16.96-
YUV14969.88165.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=51.79%
G=36.41%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021424600.300.770.2136.9262.948.63
HexCA8E2E01E4D15253f31
Octal3122165603611525457761
Binary1100101010001110101110011110100110110101100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E2E; }

 p { color: rgb(202,142,46); }

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

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

 a { background-color: rgb(202,142,46); }

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

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

 span { border-color: rgb(202,142,46); }

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