Html Css Color HEX #AF6028 Fiery Orange

📋 copy color: '#AF6028'

red 175 ◦ green 96 ◦ blue 40

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

Shades of Fiery Orange #AF6028

Tints of Fiery Orange #AF6028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 56.27%
G = 30.87%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6028 (or 0xAF6028) is known color: Fiery Orange. HEX triplet: AF, 60 and 28. RGB value is (175,96,40). Sum of RGB (Red+Green+Blue) = 175+96+40=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6028 is #509FD7. Grayscale: #717171. Windows color (decimal): -5283800 or 2646191. OLE color: 2646191.

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

Color convert

RGB 175 96 40 -
CMYK 0 0.45 0.77 0.31
HSL 24.89º 0.63% 0.42% -
HSV(B) 24.89º 0.77% 0.69% -
XYZ 22.25 17.63 4.24 -
YUV 113.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 175 96 40 0 0.45 0.77 0.31 24.89 0.63 0.42
Hex AF 60 28 0 2D 4D 1F 19 3F 2A
Octal 257 140 50 0 55 115 37 31 77 52
Binary 10101111 1100000 101000 0 101101 1001101 11111 11001 111111 101010

Color Harmonies of #AF6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6028

Black with #AF6028

Text Example


Text Example

White with #AF6028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6028; }

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

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

background-color css

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

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

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

border-color css

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

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

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