#AE602C

Color #AE602C Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AE602C

Tints of Fiery Orange #AE602C

Color information

#AE602C (or 0xAE602C) is unknown color: approx Fiery Orange. HEX triplet: AE, 60 and 2C. RGB value is (174,96,44). Sum of RGB (Red+Green+Blue) = 174+96+44=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE602C is #519FD3. Grayscale: #717171. Windows color (decimal): -5349332 or 2908334. OLE color: 2908334.

HSL color Cylindrical-coordinate representation of color #AE602C: hue angle of 24º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE602C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1749644-
CMYK00.450.750.32
HSL24º59.63%42.75%-
HSV(B)24º74.71%68.24%-
XYZ22.0917.554.61-
YUV113.3988.84171.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=55.41%
G=30.57%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174964400.450.750.322459.6342.75
HexAE602C02D4B20183c2b
Octal2561405405511340307453
Binary1010111011000001011000101101100101110000011000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE602C; }

 p { color: rgb(174,96,44); }

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

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

 a { background-color: rgb(174,96,44); }

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

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

 span { border-color: rgb(174,96,44); }

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