#AF6230

Color #AF6230 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AF6230

Tints of Fiery Orange #AF6230

Color information

#AF6230 (or 0xAF6230) is unknown color: approx Fiery Orange. HEX triplet: AF, 62 and 30. RGB value is (175,98,48). Sum of RGB (Red+Green+Blue) = 175+98+48=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6230 is #509DCF. Grayscale: #737373. Windows color (decimal): -5283280 or 3170991. OLE color: 3170991.

HSL color Cylindrical-coordinate representation of color #AF6230: hue angle of 23.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF6230 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1759848-
CMYK00.440.730.31
HSL23.62º56.95%43.73%-
HSV(B)23.62º72.57%68.63%-
XYZ22.5818.065.09-
YUV115.3290.01170.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=54.52%
G=30.53%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175984800.440.730.3123.6256.9543.73
HexAF623002C491F18392c
Octal2571426005411137307154
Binary101011111100010110000010110010010011111111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6230; }

 p { color: rgb(175,98,48); }

 H1.HeaderClassName
 {
   color: #AF6230;
 }
 .AnyTagClassName
 {
   color: #AF6230;
 }
</style>
background-color css

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

 a { background-color: rgb(175,98,48); }

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

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

 span { border-color: rgb(175,98,48); }

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