#FAA145

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

Shades of Sunshade #FAA145

Tints of Sunshade #FAA145

Color information

#FAA145 (or 0xFAA145) is unknown color: approx Sunshade. HEX triplet: FA, A1 and 45. RGB value is (250,161,69). Sum of RGB (Red+Green+Blue) = 250+161+69=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA145 is #055EBA. Grayscale: #B1B1B1. Windows color (decimal): -351931 or 4563450. OLE color: 4563450.

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

Color convert

RGB25016169-
CMYK00.360.720.02
HSL30.5º94.76%62.55%-
HSV(B)30.5º72.4%98.04%-
XYZ53.2446.2411.75-
YUV177.1266.99179.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=52.08%
G=33.54%
B=14.38%

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
Decimal2501616900.360.720.0230.594.7662.55
HexFAA1450244821e5f3f
Octal37224110504411023613777
Binary111110101010000110001010100100100100010111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA145; }

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

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

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

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

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

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

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

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