#FAA14A

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

Shades of Sunshade #FAA14A

Tints of Sunshade #FAA14A

Color information

#FAA14A (or 0xFAA14A) is unknown color: approx Sunshade. HEX triplet: FA, A1 and 4A. RGB value is (250,161,74). Sum of RGB (Red+Green+Blue) = 250+161+74=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA14A is #055EB5. Grayscale: #B2B2B2. Windows color (decimal): -351926 or 4891130. OLE color: 4891130.

HSL color Cylindrical-coordinate representation of color #FAA14A: hue angle of 29.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAA14A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB25016174-
CMYK00.360.700.02
HSL29.66º94.62%63.53%-
HSV(B)29.66º70.4%98.04%-
XYZ53.4146.3112.6-
YUV177.6969.49179.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 74 (29.30% from 255) = 15.26%
R=51.55%
G=33.20%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501617400.360.700.0229.6694.6263.53
HexFAA14A0244621e5f40
Octal372241112044106236137100
Binary1111101010100001100101001001001000110101111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA14A; }

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

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

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

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

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

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

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

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