Html Css Color HEX #AF5A1F Fiery Orange

📋 copy color: '#AF5A1F'

red 175 ◦ green 90 ◦ blue 31

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

Shades of Fiery Orange #AF5A1F

Tints of Fiery Orange #AF5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 59.12%
G = 30.41%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF5A1F (or 0xAF5A1F) is known color: Fiery Orange. HEX triplet: AF, 5A and 1F. RGB value is (175,90,31). Sum of RGB (Red+Green+Blue) = 175+90+31=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A1F is #50A5E0. Grayscale: #6D6D6D. Windows color (decimal): -5285345 or 2054831. OLE color: 2054831.

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

Color convert

RGB 175 90 31 -
CMYK 0 0.49 0.82 0.31
HSL 24.58º 0.7% 0.4% -
HSV(B) 24.58º 0.82% 0.69% -
XYZ 21.58 16.53 3.35 -
YUV 108.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 175 90 31 0 0.49 0.82 0.31 24.58 0.7 0.4
Hex AF 5A 1F 0 31 52 1F 19 46 28
Octal 257 132 37 0 61 122 37 31 106 50
Binary 10101111 1011010 11111 0 110001 1010010 11111 11001 1000110 101000

Color Harmonies of #AF5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A1F

Black with #AF5A1F

Text Example


Text Example

White with #AF5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A1F; }

 p { color: rgb(175,90,31); }

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

background-color css

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

 a { background-color: rgb(175,90,31); }

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

border-color css

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

 span { border-color: rgb(175,90,31); }

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