#AF5733

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

Shades of Fiery Orange #AF5733

Tints of Fiery Orange #AF5733

Color information

#AF5733 (or 0xAF5733) is unknown color: approx Fiery Orange. HEX triplet: AF, 57 and 33. RGB value is (175,87,51). Sum of RGB (Red+Green+Blue) = 175+87+51=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5733 is #50A8CC. Grayscale: #6D6D6D. Windows color (decimal): -5286093 or 3364783. OLE color: 3364783.

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

Color convert

RGB1758751-
CMYK00.500.710.31
HSL17.42º54.87%44.31%-
HSV(B)17.42º70.86%68.63%-
XYZ21.6816.175.11-
YUV109.2195.15174.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=55.91%
G=27.80%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175875100.500.710.3117.4254.8744.31
HexAF5733032471F11372c
Octal2571276306210737216754
Binary101011111010111110011011001010001111111110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5733; }

 p { color: rgb(175,87,51); }

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

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

 a { background-color: rgb(175,87,51); }

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

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

 span { border-color: rgb(175,87,51); }

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