#AF5B24

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

Shades of Fiery Orange #AF5B24

Tints of Fiery Orange #AF5B24

Color information

#AF5B24 (or 0xAF5B24) is unknown color: approx Fiery Orange. HEX triplet: AF, 5B and 24. RGB value is (175,91,36). Sum of RGB (Red+Green+Blue) = 175+91+36=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B24 is #50A4DB. Grayscale: #6E6E6E. Windows color (decimal): -5285084 or 2382767. OLE color: 2382767.

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

Color convert

RGB1759136-
CMYK00.480.790.31
HSL23.74º65.88%41.37%-
HSV(B)23.74º79.43%68.63%-
XYZ21.7416.723.75-
YUV109.8586.33174.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 36 (14.45% from 255) = 11.92%
R=57.95%
G=30.13%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175913600.480.790.3123.7465.8841.37
HexAF5B240304F1F184229
Octal25713344060117373010251
Binary1010111110110111001000110000100111111111110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B24; }

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

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

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

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

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

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

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

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