#FFA140

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

Shades of Sunshade #FFA140

Tints of Sunshade #FFA140

Color information

#FFA140 (or 0xFFA140) is unknown color: approx Sunshade. HEX triplet: FF, A1 and 40. RGB value is (255,161,64). Sum of RGB (Red+Green+Blue) = 255+161+64=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA140 is #005EBF. Grayscale: #B2B2B2. Windows color (decimal): -24256 or 4235775. OLE color: 4235775.

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

Color convert

RGB25516164-
CMYK00.370.750
HSL30.47º100%62.55%-
HSV(B)30.47º74.9%100%-
XYZ54.9147.1211.05-
YUV178.0563.64182.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 13.33%
R=53.12%
G=33.54%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551616400.370.75030.4710062.55
HexFFA1400254B01e643f
Octal37724110004511303614477
Binary11111111101000011000000010010110010110111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA140; }

 p { color: rgb(255,161,64); }

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

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

 a { background-color: rgb(255,161,64); }

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

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

 span { border-color: rgb(255,161,64); }

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