#FAA449

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

Shades of Sunshade #FAA449

Tints of Sunshade #FAA449

Color information

#FAA449 (or 0xFAA449) is unknown color: approx Sunshade. HEX triplet: FA, A4 and 49. RGB value is (250,164,73). Sum of RGB (Red+Green+Blue) = 250+164+73=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA449 is #055BB6. Grayscale: #B3B3B3. Windows color (decimal): -351159 or 4826362. OLE color: 4826362.

HSL color Cylindrical-coordinate representation of color #FAA449: hue angle of 30.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAA449 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25016473-
CMYK00.340.710.02
HSL30.85º94.65%63.33%-
HSV(B)30.85º70.8%98.04%-
XYZ53.947.3612.6-
YUV179.3467.99178.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 73 (28.91% from 255) = 14.99%
R=51.33%
G=33.68%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501647300.340.710.0230.8594.6563.33
HexFAA4490224721f5f3f
Octal37224411104210723713777
Binary111110101010010010010010100010100011110111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA449; }

 p { color: rgb(250,164,73); }

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

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

 a { background-color: rgb(250,164,73); }

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

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

 span { border-color: rgb(250,164,73); }

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