#AF5C1E

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

Shades of Fiery Orange #AF5C1E

Tints of Fiery Orange #AF5C1E

Color information

#AF5C1E (or 0xAF5C1E) is unknown color: approx Fiery Orange. HEX triplet: AF, 5C and 1E. RGB value is (175,92,30). Sum of RGB (Red+Green+Blue) = 175+92+30=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C1E is #50A3E1. Grayscale: #6E6E6E. Windows color (decimal): -5284834 or 1989807. OLE color: 1989807.

HSL color Cylindrical-coordinate representation of color #AF5C1E: hue angle of 25.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF5C1E is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1759230-
CMYK00.470.830.31
HSL25.66º70.73%40.2%-
HSV(B)25.66º82.86%68.63%-
XYZ21.7416.863.34-
YUV109.7583174.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=58.92%
G=30.98%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175923000.470.830.3125.6670.7340.2
HexAF5C1E02F531F1a4728
Octal25713436057123373210750
Binary101011111011100111100101111101001111111110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C1E; }

 p { color: rgb(175,92,30); }

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

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

 a { background-color: rgb(175,92,30); }

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

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

 span { border-color: rgb(175,92,30); }

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