#FAA146

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

Shades of Sunshade #FAA146

Tints of Sunshade #FAA146

Color information

#FAA146 (or 0xFAA146) is unknown color: approx Sunshade. HEX triplet: FA, A1 and 46. RGB value is (250,161,70). Sum of RGB (Red+Green+Blue) = 250+161+70=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA146 is #055EB9. Grayscale: #B1B1B1. Windows color (decimal): -351930 or 4628986. OLE color: 4628986.

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

Color convert

RGB25016170-
CMYK00.360.720.02
HSL30.33º94.74%62.75%-
HSV(B)30.33º72%98.04%-
XYZ53.2746.2611.91-
YUV177.2467.49179.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 70 (27.73% from 255) = 14.55%
R=51.98%
G=33.47%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501617000.360.720.0230.3394.7462.75
HexFAA1460244821e5f3f
Octal37224110604411023613777
Binary111110101010000110001100100100100100010111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA146; }

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

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

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

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

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

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

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

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