Html Css Color HEX #AF602A Fiery Orange

📋 copy color: '#AF602A'

red 175 ◦ green 96 ◦ blue 42

#AF602A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #AF602A

Tints of Fiery Orange #AF602A

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.8% from 255) = 13.42%

R = 55.91%
G = 30.67%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF602A (or 0xAF602A) is known color: 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

RGB 175 96 42 -
CMYK 0 0.45 0.76 0.31
HSL 24.36º 0.61% 0.43% -
HSV(B) 24.36º 0.76% 0.69% -
XYZ 22.28 17.65 4.42 -
YUV 113.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 175 96 42 0 0.45 0.76 0.31 24.36 0.61 0.43
Hex AF 60 2A 0 2D 4C 1F 18 3D 2B
Octal 257 140 52 0 55 114 37 30 75 53
Binary 10101111 1100000 101010 0 101101 1001100 11111 11000 111101 101011

Color Harmonies of #AF602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF602A

Black with #AF602A

Text Example


Text Example

White with #AF602A

Text Example


Text Example

HTML Codes & Css Web 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>