#AF5924

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

Shades of Fiery Orange #AF5924

Tints of Fiery Orange #AF5924

Color information

#AF5924 (or 0xAF5924) is unknown color: approx Fiery Orange. HEX triplet: AF, 59 and 24. RGB value is (175,89,36). Sum of RGB (Red+Green+Blue) = 175+89+36=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5924 is #50A6DB. Grayscale: #6C6C6C. Windows color (decimal): -5285596 or 2382255. OLE color: 2382255.

HSL color Cylindrical-coordinate representation of color #AF5924: hue angle of 22.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF5924 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1758936-
CMYK00.490.790.31
HSL22.88º65.88%41.37%-
HSV(B)22.88º79.43%68.63%-
XYZ21.5716.393.7-
YUV108.6786.99175.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 36 (14.45% from 255) = 12%
R=58.33%
G=29.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175893600.490.790.3122.8865.8841.37
HexAF59240314F1F174229
Octal25713144061117372710251
Binary1010111110110011001000110001100111111111101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5924; }

 p { color: rgb(175,89,36); }

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

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

 a { background-color: rgb(175,89,36); }

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

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

 span { border-color: rgb(175,89,36); }

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