#FAA150

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

Shades of Sunshade #FAA150

Tints of Sunshade #FAA150

Color information

#FAA150 (or 0xFAA150) is unknown color: approx Sunshade. HEX triplet: FA, A1 and 50. RGB value is (250,161,80). Sum of RGB (Red+Green+Blue) = 250+161+80=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA150 is #055EAF. Grayscale: #B2B2B2. Windows color (decimal): -351920 or 5284346. OLE color: 5284346.

HSL color Cylindrical-coordinate representation of color #FAA150: hue angle of 28.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAA150 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25016180-
CMYK00.360.680.02
HSL28.59º94.44%64.71%-
HSV(B)28.59º68%98.04%-
XYZ53.6246.3913.72-
YUV178.3872.49179.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 80 (31.64% from 255) = 16.29%
R=50.92%
G=32.79%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501618000.360.680.0228.5994.4464.71
HexFAA1500244421d5e41
Octal372241120044104235136101
Binary1111101010100001101000001001001000100101110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA150; }

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

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

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

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

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

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

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

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