Html Css Color HEX #AF5C1E Fiery Orange

📋 copy color: '#AF5C1E'

red 175 ◦ green 92 ◦ blue 30

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

Shades of Fiery Orange #AF5C1E

Tints of Fiery Orange #AF5C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 58.92%
G = 30.98%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF5C1E (or 0xAF5C1E) is known color: Fiery Orange. HEX triplet: AF, 5C and 1E. RGB value is (175,92,30). Sum of RGB (Red+Green+Blue) = 175+92+30=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C1E is #50A3E1. Grayscale: #6E6E6E. Windows color (decimal): -5284834 or 1989807. OLE color: 1989807.

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

Color convert

RGB 175 92 30 -
CMYK 0 0.47 0.83 0.31
HSL 25.66º 0.71% 0.4% -
HSV(B) 25.66º 0.83% 0.69% -
XYZ 21.74 16.86 3.34 -
YUV 109.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 175 92 30 0 0.47 0.83 0.31 25.66 0.71 0.4
Hex AF 5C 1E 0 2F 53 1F 1A 47 28
Octal 257 134 36 0 57 123 37 32 107 50
Binary 10101111 1011100 11110 0 101111 1010011 11111 11010 1000111 101000

Color Harmonies of #AF5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C1E

Black with #AF5C1E

Text Example


Text Example

White with #AF5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C1E; }

 p { color: rgb(175,92,30); }

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

background-color css

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

 a { background-color: rgb(175,92,30); }

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

border-color css

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

 span { border-color: rgb(175,92,30); }

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