#AF602A

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

Shades of Fiery Orange #AF602A

Tints of Fiery Orange #AF602A

Color information

#AF602A (or 0xAF602A) is unknown color: approx Fiery Orange. HEX triplet: AF, 60 and 2A. RGB value is (175,96,42). Sum of RGB (Red+Green+Blue) = 175+96+42=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF602A is #509FD5. Grayscale: #717171. Windows color (decimal): -5283798 or 2777263. OLE color: 2777263.

HSL color Cylindrical-coordinate representation of color #AF602A: hue angle of 24.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF602A is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1759642-
CMYK00.450.760.31
HSL24.36º61.29%42.55%-
HSV(B)24.36º76%68.63%-
XYZ22.2817.654.42-
YUV113.4687.67171.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=55.91%
G=30.67%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175964200.450.760.3124.3661.2942.55
HexAF602A02D4C1F183d2b
Octal2571405205511437307553
Binary101011111100000101010010110110011001111111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF602A; }

 p { color: rgb(175,96,42); }

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

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

 a { background-color: rgb(175,96,42); }

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

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

 span { border-color: rgb(175,96,42); }

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