#AF5830

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

Shades of Fiery Orange #AF5830

Tints of Fiery Orange #AF5830

Color information

#AF5830 (or 0xAF5830) is unknown color: approx Fiery Orange. HEX triplet: AF, 58 and 30. RGB value is (175,88,48). Sum of RGB (Red+Green+Blue) = 175+88+48=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5830 is #50A7CF. Grayscale: #6D6D6D. Windows color (decimal): -5285840 or 3168431. OLE color: 3168431.

HSL color Cylindrical-coordinate representation of color #AF5830: hue angle of 18.9º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF5830 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1758848-
CMYK00.500.730.31
HSL18.9º56.95%43.73%-
HSV(B)18.9º72.57%68.63%-
XYZ21.716.314.8-
YUV109.4593.32174.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=56.27%
G=28.30%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175884800.500.730.3118.956.9543.73
HexAF5830032491F13392c
Octal2571306006211137237154
Binary101011111011000110000011001010010011111110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5830; }

 p { color: rgb(175,88,48); }

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

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

 a { background-color: rgb(175,88,48); }

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

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

 span { border-color: rgb(175,88,48); }

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