#FAA548

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

Shades of Sunshade #FAA548

Tints of Sunshade #FAA548

Color information

#FAA548 (or 0xFAA548) is unknown color: approx Sunshade. HEX triplet: FA, A5 and 48. RGB value is (250,165,72). Sum of RGB (Red+Green+Blue) = 250+165+72=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA548 is #055AB7. Grayscale: #B4B4B4. Windows color (decimal): -350904 or 4761082. OLE color: 4761082.

HSL color Cylindrical-coordinate representation of color #FAA548: hue angle of 31.35º 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 #FAA548 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25016572-
CMYK00.340.710.02
HSL31.35º94.68%63.14%-
HSV(B)31.35º71.2%98.04%-
XYZ54.0547.712.49-
YUV179.8167.16178.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=51.33%
G=33.88%
B=14.78%

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
Decimal2501657200.340.710.0231.3594.6863.14
HexFAA5480224721f5f3f
Octal37224511004210723713777
Binary111110101010010110010000100010100011110111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA548; }

 p { color: rgb(250,165,72); }

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

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

 a { background-color: rgb(250,165,72); }

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

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

 span { border-color: rgb(250,165,72); }

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