Html Css Color HEX #AF601C Fiery Orange

📋 copy color: '#AF601C'

red 175 ◦ green 96 ◦ blue 28

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

Shades of Fiery Orange #AF601C

Tints of Fiery Orange #AF601C

RGB

 RED value IS 175 (68.75% from 255) = 58.53%

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 58.53%
G = 32.11%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF601C (or 0xAF601C) is known color: Fiery Orange. HEX triplet: AF, 60 and 1C. RGB value is (175,96,28). Sum of RGB (Red+Green+Blue) = 175+96+28=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF601C is #509FE3. Grayscale: #707070. Windows color (decimal): -5283812 or 1859759. OLE color: 1859759.

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

Color convert

RGB 175 96 28 -
CMYK 0 0.45 0.84 0.31
HSL 27.76º 0.72% 0.4% -
HSV(B) 27.76º 0.84% 0.69% -
XYZ 22.07 17.56 3.33 -
YUV 111.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 175 96 28 0 0.45 0.84 0.31 27.76 0.72 0.4
Hex AF 60 1C 0 2D 54 1F 1C 48 28
Octal 257 140 34 0 55 124 37 34 110 50
Binary 10101111 1100000 11100 0 101101 1010100 11111 11100 1001000 101000

Color Harmonies of #AF601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF601C

Black with #AF601C

Text Example


Text Example

White with #AF601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF601C; }

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

 H1.HeaderClassName
 {
   color: #AF601C;
 }
 .AnyTagClassName
 {
   color: #AF601C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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