Html Css Color HEX #AF5824 Fiery Orange

📋 copy color: '#AF5824'

red 175 ◦ green 88 ◦ blue 36

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

Shades of Fiery Orange #AF5824

Tints of Fiery Orange #AF5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 58.53%
G = 29.43%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF5824 (or 0xAF5824) is known color: Fiery Orange. HEX triplet: AF, 58 and 24. RGB value is (175,88,36). Sum of RGB (Red+Green+Blue) = 175+88+36=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5824 is #50A7DB. Grayscale: #6C6C6C. Windows color (decimal): -5285852 or 2381999. OLE color: 2381999.

HSL color Cylindrical-coordinate representation of color #AF5824: hue angle of 22.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF5824 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 36 -
CMYK 0 0.50 0.79 0.31
HSL 22.45º 0.66% 0.41% -
HSV(B) 22.45º 0.79% 0.69% -
XYZ 21.49 16.22 3.67 -
YUV 108.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 175 88 36 0 0.50 0.79 0.31 22.45 0.66 0.41
Hex AF 58 24 0 32 4F 1F 16 42 29
Octal 257 130 44 0 62 117 37 26 102 51
Binary 10101111 1011000 100100 0 110010 1001111 11111 10110 1000010 101001

Color Harmonies of #AF5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5824

Black with #AF5824

Text Example


Text Example

White with #AF5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5824; }

 p { color: rgb(175,88,36); }

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

background-color css

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

 a { background-color: rgb(175,88,36); }

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

border-color css

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

 span { border-color: rgb(175,88,36); }

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