#ffa347

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

Shades of Sunshade #FFA347

Tints of Sunshade #FFA347

Color information

#FFA347 (or 0xFFA347) is unknown color: approx Sunshade. HEX triplet: FF, A3 and 47. RGB value is (255,163,71). Sum of RGB (Red+Green+Blue) = 255+163+71=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA347 is #005CB8. Grayscale: #B4B4B4. Windows color (decimal): -23737 or 4695039. OLE color: 4695039.

HSL color Cylindrical-coordinate representation of color #FFA347: hue angle of 30º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA347 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB25516371-
CMYK00.360.720
HSL30º100%63.92%-
HSV(B)30º72.16%100%-
XYZ55.4747.9112.28-
YUV180.0266.48181.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=52.15%
G=33.33%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551637100.360.7203010063.92
HexFFA3470244801e6440
Octal377243107044110036144100
Binary111111111010001110001110100100100100001111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa347; }

 p { color: rgb(255,163,71); }

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

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

 a { background-color: rgb(255,163,71); }

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

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

 span { border-color: rgb(255,163,71); }

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