#FAA345

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

Shades of Sunshade #FAA345

Tints of Sunshade #FAA345

Color information

#FAA345 (or 0xFAA345) is unknown color: approx Sunshade. HEX triplet: FA, A3 and 45. RGB value is (250,163,69). Sum of RGB (Red+Green+Blue) = 250+163+69=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA345 is #055CBA. Grayscale: #B2B2B2. Windows color (decimal): -351419 or 4563962. OLE color: 4563962.

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

Color convert

RGB25016369-
CMYK00.350.720.02
HSL31.16º94.76%62.55%-
HSV(B)31.16º72.4%98.04%-
XYZ53.646.9511.87-
YUV178.366.32179.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 69 (27.34% from 255) = 14.32%
R=51.87%
G=33.82%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501636900.350.720.0231.1694.7662.55
HexFAA3450234821f5f3f
Octal37224310504311023713777
Binary111110101010001110001010100011100100010111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA345; }

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

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

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

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

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

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

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

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