#FFA150

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

Shades of Sunshade #FFA150

Tints of Sunshade #FFA150

Color information

#FFA150 (or 0xFFA150) is unknown color: approx Sunshade. HEX triplet: FF, A1 and 50. RGB value is (255,161,80). Sum of RGB (Red+Green+Blue) = 255+161+80=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA150 is #005EAF. Grayscale: #B4B4B4. Windows color (decimal): -24240 or 5284351. OLE color: 5284351.

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

Color convert

RGB25516180-
CMYK00.370.690
HSL27.77º100%65.69%-
HSV(B)27.77º68.63%100%-
XYZ55.4347.3313.8-
YUV179.8771.64181.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 80 (31.64% from 255) = 16.13%
R=51.41%
G=32.46%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551618000.370.69027.7710065.69
HexFFA1500254501c6442
Octal377241120045105034144102
Binary111111111010000110100000100101100010101110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA150; }

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

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

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

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

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

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

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

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