#AF5A24

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

Shades of Fiery Orange #AF5A24

Tints of Fiery Orange #AF5A24

Color information

#AF5A24 (or 0xAF5A24) is unknown color: approx Fiery Orange. HEX triplet: AF, 5A and 24. RGB value is (175,90,36). Sum of RGB (Red+Green+Blue) = 175+90+36=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A24 is #50A5DB. Grayscale: #6D6D6D. Windows color (decimal): -5285340 or 2382511. OLE color: 2382511.

HSL color Cylindrical-coordinate representation of color #AF5A24: hue angle of 23.31º 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 #AF5A24 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1759036-
CMYK00.490.790.31
HSL23.31º65.88%41.37%-
HSV(B)23.31º79.43%68.63%-
XYZ21.6516.553.72-
YUV109.2686.66174.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 36 (14.45% from 255) = 11.96%
R=58.14%
G=29.90%
B=11.96%

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
Decimal175903600.490.790.3123.3165.8841.37
HexAF5A240314F1F174229
Octal25713244061117372710251
Binary1010111110110101001000110001100111111111101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A24; }

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

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

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

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

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

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

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

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